CreateSubnetGroupResponse
public struct CreateSubnetGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Represents the output of a CreateSubnetGroup operation.
Declaration
Swift
public let subnetGroup: SubnetGroup? -
Undocumented
Declaration
Swift
public init(subnetGroup: SubnetGroup? = nil)
View on GitHub
CreateSubnetGroupResponse Structure Reference