Skip to content

DynamoDB  >  Structures  >  TimeToLiveDescription

TimeToLiveDescription

Structure Class

TimeToLiveDescription dataclass

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

Attributes

attribute_name class-attribute instance-attribute
attribute_name: str | None = None

The name of the TTL attribute for items in the table.

time_to_live_status class-attribute instance-attribute
time_to_live_status: TimeToLiveStatus | None = None

The TTL status for the table.