Table of Contents

Class DescribeTableResponse

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

Represents the output of a

DescribeTable
operation.
public class DescribeTableResponse : AmazonWebServiceResponse
Inheritance
DescribeTableResponse

Constructors

DescribeTableResponse()

public DescribeTableResponse()

Properties

Table

Gets and sets the property Table.

The properties of the table.

public TableDescription Table { get; set; }

Property Value

TableDescription