AWSDynamoDBUpdateGlobalTableSettingsOutput
Objective-C
@interface AWSDynamoDBUpdateGlobalTableSettingsOutput
Swift
class AWSDynamoDBUpdateGlobalTableSettingsOutput
-
The name of the global table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable globalTableName;
Swift
var globalTableName: String? { get set }
-
The Region-specific settings for the global table.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBReplicaSettingsDescription *> *_Nullable replicaSettings;
Swift
var replicaSettings: [AWSDynamoDBReplicaSettingsDescription]? { get set }