class
Amazonite::DynamoDB::DescribeTimeToLiveOutput
- Amazonite::DynamoDB::DescribeTimeToLiveOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_time_to_live_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #time_to_live_description : TimeToLiveDescription | Nil
- #time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
- #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 time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
#