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)


6848
6849
6850
6851
6852
# File 'lib/aws-sdk-dynamodb/types.rb', line 6848

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)


6848
6849
6850
6851
6852
# File 'lib/aws-sdk-dynamodb/types.rb', line 6848

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