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