Class: Aws::DynamoDB::Types::TimeToLiveDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TimeToLiveDescription
- Defined in:
- gems/aws-sdk-dynamodb/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.
9192 9193 9194 9195 9196 9197 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9192 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.
9192 9193 9194 9195 9196 9197 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9192 class TimeToLiveDescription < Struct.new( :time_to_live_status, :attribute_name) SENSITIVE = [] include Aws::Structure end |