class Aws::DynamoDB::Types::UpdateTimeToLiveInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTimeToLiveInput AWS API Documentation
@return [Types::TimeToLiveSpecification]
the specified table.
Represents the settings used to enable or disable Time to Live for
@!attribute [rw] time_to_live_specification
@return [String]
The name of the table to be configured.
@!attribute [rw] table_name
}
},
attribute_name: “TimeToLiveAttributeName”, # required
enabled: false, # required
time_to_live_specification: { # required
table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass UpdateTimeToLiveInput
Represents the input of an ‘UpdateTimeToLive` operation.