AvailabilityZone

public struct AvailabilityZone : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The state of the Availability Zone.

    Declaration

    Swift

    public let state: String?
  • The name of the Availability Zone. The format is us-east-2a (case-sensitive).

    Declaration

    Swift

    public let zoneName: String?
  • Undocumented

    Declaration

    Swift

    public init(state: String? = nil, zoneName: String? = nil)