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)


9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9053

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)


9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9053

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