class Aws::DynamoDB::Types::UpdateTimeToLiveInput

Represents the input of an `UpdateTimeToLive` operation.

@note When making an API call, you may pass UpdateTimeToLiveInput

data as a hash:

    {
      table_name: "TableName", # required
      time_to_live_specification: { # required
        enabled: false, # required
        attribute_name: "TimeToLiveAttributeName", # required
      },
    }

@!attribute [rw] table_name

The name of the table to be configured.
@return [String]

@!attribute [rw] time_to_live_specification

Represents the settings used to enable or disable Time to Live for
the specified table.
@return [Types::TimeToLiveSpecification]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTimeToLiveInput AWS API Documentation

Constants

SENSITIVE