Class: Aws::Keyspaces::Types::TimeToLive
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::TimeToLive
- Defined in:
- gems/aws-sdk-keyspaces/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.
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.
1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1930 class TimeToLive < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |