AvailabilityZone
public struct AvailabilityZone : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the subnet. You can specify one subnet per Availability Zone.
Declaration
Swift
public let subnetId: String?
-
The name of the Availability Zone.
Declaration
Swift
public let zoneName: String?
-
Undocumented
Declaration
Swift
public init(subnetId: String? = nil, zoneName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws