Class: Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationOutput

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

#kinesis_data_stream_destinationsArray<Types::KinesisDataStreamDestination>

The list of replica structures for the table being described.



2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-dynamodb/types.rb', line 2876

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

#table_nameString

The name of the table being described.

Returns:

  • (String)


2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-dynamodb/types.rb', line 2876

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