Skip to content

Describe time to live

async_boto.validation.dynamodb.describe_time_to_live

DescribeTimeToLiveRequest

Bases: BaseModel

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

ATTRIBUTE DESCRIPTION
TableName

The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

TYPE: str

TableName instance-attribute

TableName

DescribeTimeToLiveResponse

Bases: BaseModel

Response for the DescribeTimeToLive operation.

ATTRIBUTE DESCRIPTION
TimeToLiveDescription

Represents the Time to Live (TTL) status of the table.

TYPE: Optional[TimeToLiveDescription]

TimeToLiveDescription class-attribute instance-attribute

TimeToLiveDescription = None