class
Amazonite::DynamoDB::KinesisStreamingDestinationInput
- Amazonite::DynamoDB::KinesisStreamingDestinationInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/kinesis_streaming_destination_input.crConstructors
- .new(table_name : String, stream_arn : String, enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil
The source for the Kinesis streaming information that is being enabled.
-
#enable_kinesis_streaming_configuration=(enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil)
The source for the Kinesis streaming information that is being enabled.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String
The ARN for a Kinesis data stream.
-
#stream_arn=(stream_arn : String)
The ARN for a Kinesis data stream.
-
#table_name : String
The name of the DynamoDB table.
-
#table_name=(table_name : String)
The name of the DynamoDB table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The source for the Kinesis streaming information that is being enabled.
The source for the Kinesis streaming information that is being enabled.
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.