Class: Aws::DynamoDB::Types::TimeToLiveDescription

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

Instance Attribute Details

#attribute_nameString

The name of the TTL attribute for items in the table.

Returns:

  • (String)


8887
8888
8889
8890
8891
8892
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8887

class TimeToLiveDescription < Struct.new(
  :time_to_live_status,
  :attribute_name)
  SENSITIVE = []
  include Aws::Structure
end

#time_to_live_statusString

The TTL status for the table.

Returns:

  • (String)


8887
8888
8889
8890
8891
8892
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8887

class TimeToLiveDescription < Struct.new(
  :time_to_live_status,
  :attribute_name)
  SENSITIVE = []
  include Aws::Structure
end