Update time to live
async_boto.validation.dynamodb.update_time_to_live
UpdateTimeToLiveRequest
Bases: BaseModel
Request model for the UpdateTimeToLive operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TableName |
The name of the table to be configured.
TYPE:
|
TimeToLiveSpecification |
Represents the settings used to enable or disable Time to Live for the specified table.
TYPE:
|
TableName
instance-attribute
TableName
TimeToLiveSpecification
instance-attribute
TimeToLiveSpecification
UpdateTimeToLiveResponse
Bases: BaseModel
Response model for the UpdateTimeToLive operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TimeToLiveSpecification |
Represents the output of an UpdateTimeToLive operation.
TYPE:
|
TimeToLiveSpecification
instance-attribute
TimeToLiveSpecification