powered by
Gives a description of the Time to Live (TTL) status on the specified table.
dynamodb_describe_time_to_live(TableName)
A list with the following syntax:
list( TimeToLiveDescription = list( TimeToLiveStatus = "ENABLING"|"DISABLING"|"ENABLED"|"DISABLED", AttributeName = "string" ) )
[required] The name of the table to be described.
svc$describe_time_to_live( TableName = "string" )