Class: Aws::DynamoDB::Types::TimeToLiveDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TimeToLiveDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The description of the Time to Live (TTL) status on the specified table.
Constant Summary collapse
- SENSITIVE =
[]
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.
9210 9211 9212 9213 9214 9215 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9210 class TimeToLiveDescription < Struct.new( :time_to_live_status, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#time_to_live_status ⇒ String
The TTL status for the table.
9210 9211 9212 9213 9214 9215 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9210 class TimeToLiveDescription < Struct.new( :time_to_live_status, :attribute_name) SENSITIVE = [] include Aws::Structure end |