Table of Contents

Class DescribeGlobalTableSettingsResponse

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

This is the response object from the DescribeGlobalTableSettings operation.

public class DescribeGlobalTableSettingsResponse : AmazonWebServiceResponse
Inheritance
DescribeGlobalTableSettingsResponse

Constructors

DescribeGlobalTableSettingsResponse()

public DescribeGlobalTableSettingsResponse()

Properties

GlobalTableName

Gets and sets the property GlobalTableName.

The name of the global table.

public string GlobalTableName { get; set; }

Property Value

string

ReplicaSettings

Gets and sets the property ReplicaSettings.

The Region-specific settings for the global table.

public List<ReplicaSettingsDescription> ReplicaSettings { get; set; }

Property Value

List<ReplicaSettingsDescription>