You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

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

Returns:

  • (String)

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

#time_to_live_statusString

The TTL status for the table.

Possible values:

  • ENABLING
  • DISABLING
  • ENABLED
  • DISABLED

Returns:

  • (String)

    The TTL status for the table.