NumberFilter

public struct NumberFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • eq

    The equal-to condition to be applied to a single field when querying for findings.

    Declaration

    Swift

    public let eq: Double?
  • gte

    The greater-than-equal condition to be applied to a single field when querying for findings.

    Declaration

    Swift

    public let gte: Double?
  • lte

    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)