Class: Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kinesis_data_stream_destinations ⇒ Array<Types::KinesisDataStreamDestination>
The list of replica structures for the table being described.
-
#table_name ⇒ String
The name of the table being described.
Instance Attribute Details
#kinesis_data_stream_destinations ⇒ Array<Types::KinesisDataStreamDestination>
The list of replica structures for the table being described.
2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2764 class DescribeKinesisStreamingDestinationOutput < Struct.new( :table_name, :kinesis_data_stream_destinations) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table being described.
2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2764 class DescribeKinesisStreamingDestinationOutput < Struct.new( :table_name, :kinesis_data_stream_destinations) SENSITIVE = [] include Aws::Structure end |