- Navigation Guide
@aws-sdk/client-dynamodb
DescribeGlobalTableSettingsCommandOutput Interface
The output of DescribeGlobalTableSettingsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
GlobalTableName | string | undefined | The name of the global table. |
ReplicaSettings | ReplicaSettingsDescription[] | undefined | The Region-specific settings for the global table. |
Full Signature
export interface DescribeGlobalTableSettingsCommandOutput extends DescribeGlobalTableSettingsOutput, MetadataBearer