Table of Contents

Class DescribeTimeToLiveRequest

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

Container for the parameters to the DescribeTimeToLive operation. Gives a description of the Time to Live (TTL) status on the specified table.

public class DescribeTimeToLiveRequest : AmazonDynamoDBRequest
Inheritance
DescribeTimeToLiveRequest

Constructors

DescribeTimeToLiveRequest()

public DescribeTimeToLiveRequest()

Properties

TableName

Gets and sets the property TableName.

The name of the table to be described.

public string TableName { get; set; }

Property Value

string