class
Amazonite::DynamoDB::UpdateKinesisStreamingDestinationOutput
- Amazonite::DynamoDB::UpdateKinesisStreamingDestinationOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_kinesis_streaming_destination_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_status : DestinationStatus | Nil
The status of the attempt to update the Kinesis streaming destination output.
-
#destination_status=(destination_status : DestinationStatus | Nil)
The status of the attempt to update the Kinesis streaming destination output.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN for the Kinesis stream input.
-
#stream_arn=(stream_arn : String | Nil)
The ARN for the Kinesis stream input.
-
#table_name : String | Nil
The table name for the Kinesis streaming destination output.
-
#table_name=(table_name : String | Nil)
The table name for the Kinesis streaming destination output.
-
#update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil
The command to update the Kinesis streaming destination configuration.
-
#update_kinesis_streaming_configuration=(update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil)
The command to update the Kinesis streaming destination configuration.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status of the attempt to update the Kinesis streaming destination output.
The status of the attempt to update the Kinesis streaming destination output.
The table name for the Kinesis streaming destination output.
The command to update the Kinesis streaming destination configuration.
The command to update the Kinesis streaming destination configuration.