class
Amazonite::DynamoDB::DescribeKinesisStreamingDestinationOutput
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_kinesis_streaming_destination_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil
The list of replica structures for the table being described.
-
#kinesis_data_stream_destinations=(kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil)
The list of replica structures for the table being described.
-
#table_name : String | Nil
The name of the table being described.
-
#table_name=(table_name : String | Nil)
The name of the table being described.
- #validate! : Nil
Constructor Detail
def self.new(table_name : String | Nil = nil, kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil
#
The list of replica structures for the table being described.
def kinesis_data_stream_destinations=(kinesis_data_stream_destinations : Array(KinesisDataStreamDestination) | Nil)
#
The list of replica structures for the table being described.