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