IpRuleItem

public struct IpRuleItem : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let ipRule: String?
  • The description.

    Declaration

    Swift

    public let ruleDesc: String?
  • Undocumented

    Declaration

    Swift

    public init(ipRule: String? = nil, ruleDesc: String? = nil)