Values.TimeToLiveDescriptionSourceThe description of the Time to Live (TTL) status on the specified table.
type nonrec t = {timeToLiveStatus : TimeToLiveStatus.t option;The TTL status for the table.
*)attributeName : TimeToLiveAttributeName.t option;The name of the TTL attribute for items in the table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TimeToLiveAttributeName.t ])
list ]