Subnet
public struct Subnet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Availability Zone (AZ) for the subnet.
Declaration
Swift
public let subnetAvailabilityZone: String? -
The system-assigned identifier for the subnet.
Declaration
Swift
public let subnetIdentifier: String? -
Undocumented
Declaration
Swift
public init(subnetAvailabilityZone: String? = nil, subnetIdentifier: String? = nil)
View on GitHub
Subnet Structure Reference