Class DescribeGlobalTableRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the DescribeGlobalTable operation. Returns information about the specified global table.
note
This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use DescribeTable instead.
public class DescribeGlobalTableRequest : AmazonDynamoDBRequest
- Inheritance
-
DescribeGlobalTableRequest
Constructors
DescribeGlobalTableRequest()
public DescribeGlobalTableRequest()
Properties
GlobalTableName
Gets and sets the property GlobalTableName.
The name of the global table.
public string GlobalTableName { get; set; }