Skip to content

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: constr(min_length=1, max_length=1024)

TimeToLiveSpecification

Represents the settings used to enable or disable Time to Live for the specified table.

TYPE: TimeToLiveSpecification

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

TimeToLiveSpecification instance-attribute

TimeToLiveSpecification