class
Amazonite::DynamoDB::TimeToLiveDescription
- Amazonite::DynamoDB::TimeToLiveDescription
- Reference
- Object
Overview
The description of the Time to Live (TTL) status on the specified table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/time_to_live_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(time_to_live_status : TimeToLiveStatus | Nil = nil, attribute_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attribute_name : String | Nil
The name of the TTL attribute for items in the table.
-
#attribute_name=(attribute_name : String | Nil)
The name of the TTL attribute for items in the table.
-
#hash(hasher)
See
Object#hash(hasher) -
#time_to_live_status : TimeToLiveStatus | Nil
The TTL status for the table.
-
#time_to_live_status=(time_to_live_status : TimeToLiveStatus | Nil)
The TTL status for the table.
- #validate! : Nil
Constructor Detail
def self.new(time_to_live_status : TimeToLiveStatus | Nil = nil, attribute_name : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def attribute_name=(attribute_name : String | Nil)
#
The name of the TTL attribute for items in the table.
def time_to_live_status=(time_to_live_status : TimeToLiveStatus | Nil)
#
The TTL status for the table.