class
Amazonite::DynamoDB::DescribeTableInput
- Amazonite::DynamoDB::DescribeTableInput
- Reference
- Object
Overview
Represents the input of a DescribeTable operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_table_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 to describe.
-
#table_name=(table_name : String)
The name of the table to describe.
- #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 to describe. 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 to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.