Condition
public struct Condition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents an equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let equals: [String]?
-
Represents a greater than condition to be applied to a single field when querying for findings.
Declaration
Swift
public let greaterThan: Int64?
-
Represents a greater than or equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let greaterThanOrEqual: Int64?
-
Represents a less than condition to be applied to a single field when querying for findings.
Declaration
Swift
public let lessThan: Int64?
-
Represents a less than or equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let lessThanOrEqual: Int64?
-
Represents a not equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let notEquals: [String]?
-
Undocumented
Declaration
Swift
public init(equals: [String]? = nil, greaterThan: Int64? = nil, greaterThanOrEqual: Int64? = nil, lessThan: Int64? = nil, lessThanOrEqual: Int64? = nil, notEquals: [String]? = nil)