class Aws::DynamoDB::Types::TimeToLiveSpecification
Represents the settings used to enable or disable Time to Live (TTL) for the specified table.
@note When making an API call, you may pass TimeToLiveSpecification
data as a hash: { enabled: false, # required attribute_name: "TimeToLiveAttributeName", # required }
@!attribute [rw] enabled
Indicates whether TTL is to be enabled (true) or disabled (false) on the table. @return [Boolean]
@!attribute [rw] attribute_name
The name of the TTL attribute used to store the expiration time for items in the table. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TimeToLiveSpecification AWS API Documentation
Constants
- SENSITIVE