SubnetGroup
public struct SubnetGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the subnet group.
Declaration
Swift
public let description: String? -
The name of the subnet group.
Declaration
Swift
public let subnetGroupName: String? -
A list of subnets associated with the subnet group.
Declaration
Swift
public let subnets: [Subnet]? -
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(description: String? = nil, subnetGroupName: String? = nil, subnets: [Subnet]? = nil, vpcId: String? = nil)
View on GitHub
SubnetGroup Structure Reference