ComparisonOperator
public enum ComparisonOperator : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case lessThan = "less-than" -
Undocumented
Declaration
Swift
case lessThanEquals = "less-than-equals" -
Undocumented
Declaration
Swift
case greaterThan = "greater-than" -
Undocumented
Declaration
Swift
case greaterThanEquals = "greater-than-equals" -
Undocumented
Declaration
Swift
case inCidrSet = "in-cidr-set" -
Undocumented
Declaration
Swift
case notInCidrSet = "not-in-cidr-set" -
Undocumented
Declaration
Swift
case inPortSet = "in-port-set" -
Undocumented
Declaration
Swift
case notInPortSet = "not-in-port-set" -
Declaration
Swift
public var description: String { get }
View on GitHub
ComparisonOperator Enumeration Reference