IPRange

public struct IPRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the IP range.

    Declaration

    Swift

    public let cidrip: String?
  • Specifies the status of the IP range. Status can be “authorizing”, “authorized”, “revoking”, and “revoked”.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(cidrip: String? = nil, status: String? = nil)