Class: Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table being described.

Returns:

  • (String)


2781
2782
2783
2784
2785
# File 'lib/aws-sdk-dynamodb/types.rb', line 2781

class DescribeKinesisStreamingDestinationInput < Struct.new(
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end