NumberFilter
public struct NumberFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The equal-to condition to be applied to a single field when querying for findings.
Declaration
Swift
public let eq: Double? -
The greater-than-equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let gte: Double? -
The less-than-equal condition to be applied to a single field when querying for findings.
Declaration
Swift
public let lte: Double? -
Undocumented
Declaration
Swift
public init(eq: Double? = nil, gte: Double? = nil, lte: Double? = nil)
View on GitHub
NumberFilter Structure Reference