Class: Aws::Keyspaces::Types::TimeToLive

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

Shows how to enable custom Time to Live (TTL) settings for the specified table.

Returns:

  • (String)


1695
1696
1697
1698
1699
# File 'lib/aws-sdk-keyspaces/types.rb', line 1695

class TimeToLive < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end