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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

The description of the Time to Live (TTL) status on the specified table.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the Time to Live attribute for items in the table.

Returns:

  • (String)


6837
6838
6839
6840
6841
# File 'lib/aws-sdk-dynamodb/types.rb', line 6837

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

#time_to_live_statusString

The Time to Live status for the table.

Returns:

  • (String)


6837
6838
6839
6840
6841
# File 'lib/aws-sdk-dynamodb/types.rb', line 6837

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