Class CreateGlobalTableResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the CreateGlobalTable operation.
public class CreateGlobalTableResponse : AmazonWebServiceResponse
- Inheritance
-
CreateGlobalTableResponse
Constructors
CreateGlobalTableResponse()
public CreateGlobalTableResponse()
Properties
GlobalTableDescription
Gets and sets the property GlobalTableDescription.
Contains the details of the global table.
public GlobalTableDescription GlobalTableDescription { get; set; }