Class: Aws::Keyspaces::Types::TimeToLive
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::TimeToLive
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.
For more information, see [Enabling TTL on tables] in the *Amazon Keyspaces Developer Guide*.
[1]: docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_enabling
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Shows how to enable custom Time to Live (TTL) settings for the specified table.
Instance Attribute Details
#status ⇒ String
Shows how to enable custom Time to Live (TTL) settings for the specified table.
1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1695 class TimeToLive < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |