Table of Contents

Class DescribeGlobalTableSettingsRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Container for the parameters to the DescribeGlobalTableSettings operation. Describes Region-specific settings for a global table.

note

This operation only applies to Version 2017.11.29 of global tables.

public class DescribeGlobalTableSettingsRequest : AmazonDynamoDBRequest
Inheritance
DescribeGlobalTableSettingsRequest

Constructors

DescribeGlobalTableSettingsRequest()

public DescribeGlobalTableSettingsRequest()

Properties

GlobalTableName

Gets and sets the property GlobalTableName.

The name of the global table to describe.

public string GlobalTableName { get; set; }

Property Value

string