TimeToLiveSpecification

@JsonSerializable
data class TimeToLiveSpecification(val Enabled: Boolean, val AttributeName: AttributeName)(source)

The desired TTL configuration passed to UpdateTimeToLive, and echoed back in its response. AttributeName is required even when disabling — it names the attribute TTL applies to.

Constructors

Link copied to clipboard
constructor(Enabled: Boolean, AttributeName: AttributeName)

Properties

Link copied to clipboard
Link copied to clipboard