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