AWSDynamoDBDescribeGlobalTableSettingsOutput
Objective-C
@interface AWSDynamoDBDescribeGlobalTableSettingsOutput
Swift
class AWSDynamoDBDescribeGlobalTableSettingsOutput
-
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 }