Class UpdateGlobalTableSettingsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the UpdateGlobalTableSettings operation.
public class UpdateGlobalTableSettingsResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateGlobalTableSettingsResponse
Constructors
UpdateGlobalTableSettingsResponse()
public UpdateGlobalTableSettingsResponse()
Properties
GlobalTableName
Gets and sets the property GlobalTableName.
The name of the global table.
public string GlobalTableName { get; set; }
Property Value
ReplicaSettings
Gets and sets the property ReplicaSettings.
The Region-specific settings for the global table.
public List<ReplicaSettingsDescription> ReplicaSettings { get; set; }