You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::TimeToLiveDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TimeToLiveDescription
- Defined in:
- (unknown)
Overview
The description of the Time to Live (TTL) status on the specified table.
Returned by:
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the TTL attribute for items in the table.
-
#time_to_live_status ⇒ String
The TTL status for the table.
Instance Attribute Details
#attribute_name ⇒ String
The name of the TTL attribute for items in the table.
#time_to_live_status ⇒ String
The TTL status for the table.
Possible values:
- ENABLING
- DISABLING
- ENABLED
- DISABLED