ByoipCidr

public struct ByoipCidr : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The address range, in CIDR notation.

    Declaration

    Swift

    public let cidr: String?
  • The description of the address range.

    Declaration

    Swift

    public let description: String?
  • The state of the address pool.

    Declaration

    Swift

    public let state: ByoipCidrState?
  • Upon success, contains the ID of the address pool. Otherwise, contains an error message.

    Declaration

    Swift

    public let statusMessage: String?
  • Undocumented

    Declaration

    Swift

    public init(cidr: String? = nil, description: String? = nil, state: ByoipCidrState? = nil, statusMessage: String? = nil)