IpSet

public struct IpSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

    Declaration

    Swift

    public let ipAddresses: [String]?
  • The types of IP addresses included in this IP set.

    Declaration

    Swift

    public let ipFamily: String?
  • Undocumented

    Declaration

    Swift

    public init(ipAddresses: [String]? = nil, ipFamily: String? = nil)