Table of Contents

Class TimeToLiveDescription

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

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

public class TimeToLiveDescription
Inheritance
TimeToLiveDescription
Inherited Members

Constructors

TimeToLiveDescription()

public TimeToLiveDescription()

Properties

AttributeName

Gets and sets the property AttributeName.

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

public string AttributeName { get; set; }

Property Value

string

TimeToLiveStatus

Gets and sets the property TimeToLiveStatus.

The TTL status for the table.

public TimeToLiveStatus TimeToLiveStatus { get; set; }

Property Value

TimeToLiveStatus