class
Amazonite::DynamoDB::DescribeKinesisStreamingDestinationInput
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_kinesis_streaming_destination_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#table_name : String
The name of the table being described.
-
#table_name=(table_name : String)
The name of the table being described.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def table_name : String
#
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
def table_name=(table_name : String)
#
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.