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)


9039
9040
9041
9042
9043
9044
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9039

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)


9039
9040
9041
9042
9043
9044
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9039

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