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

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

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 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1695

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