class
Amazonite::DynamoDB::UpdateKinesisStreamingDestinationInput
- Amazonite::DynamoDB::UpdateKinesisStreamingDestinationInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_kinesis_streaming_destination_input.crConstructors
- .new(table_name : String, stream_arn : String, update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String
The Amazon Resource Name (ARN) for the Kinesis stream input.
-
#stream_arn=(stream_arn : String)
The Amazon Resource Name (ARN) for the Kinesis stream input.
-
#table_name : String
The table name for the Kinesis streaming destination input.
-
#table_name=(table_name : String)
The table name for the Kinesis streaming destination input.
-
#update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil
The command to update the Kinesis stream configuration.
-
#update_kinesis_streaming_configuration=(update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil)
The command to update the Kinesis stream configuration.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
The command to update the Kinesis stream configuration.
The command to update the Kinesis stream configuration.