DisassociateGlobalReplicationGroupMessage
public struct DisassociateGlobalReplicationGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Global Datastore
Declaration
Swift
public let globalReplicationGroupId: String
-
The name of the secondary cluster you wish to remove from the Global Datastore
Declaration
Swift
public let replicationGroupId: String
-
The AWS region of secondary cluster you wish to remove from the Global Datastore
Declaration
Swift
public let replicationGroupRegion: String
-
Undocumented
Declaration
Swift
public init(globalReplicationGroupId: String, replicationGroupId: String, replicationGroupRegion: String)