Table of Contents

Class CreateTableResponse

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

Represents the output of a

CreateTable
operation.
public class CreateTableResponse : AmazonWebServiceResponse
Inheritance
CreateTableResponse

Constructors

CreateTableResponse()

public CreateTableResponse()

Properties

TableDescription

Gets and sets the property TableDescription.

Represents the properties of the table.

public TableDescription TableDescription { get; set; }

Property Value

TableDescription