Class UpdateTableResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the output of an
UpdateTable
operation.
public class UpdateTableResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateTableResponse
Constructors
UpdateTableResponse()
public UpdateTableResponse()
Properties
TableDescription
Gets and sets the property TableDescription.
Represents the properties of the table.
public TableDescription TableDescription { get; set; }