CreateReplicationSubnetGroupResponse
public struct CreateReplicationSubnetGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The replication subnet group that was created.
Declaration
Swift
public let replicationSubnetGroup: ReplicationSubnetGroup?
-
Undocumented
Declaration
Swift
public init(replicationSubnetGroup: ReplicationSubnetGroup? = nil)