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