class
Amazonite::DynamoDB::DescribeTableReplicaAutoScalingInput
- Amazonite::DynamoDB::DescribeTableReplicaAutoScalingInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_table_replica_auto_scaling_input.crConstructors
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.
-
#table_name=(table_name : String)
The name of the table.
- #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. 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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.