class Aws::SecurityHub::Types::NumberFilter
A number filter for querying findings.
@note When making an API call, you may pass NumberFilter
data as a hash: { gte: 1.0, lte: 1.0, eq: 1.0, }
@!attribute [rw] gte
The greater-than-equal condition to be applied to a single field when querying for findings. @return [Float]
@!attribute [rw] lte
The less-than-equal condition to be applied to a single field when querying for findings. @return [Float]
@!attribute [rw] eq
The equal-to condition to be applied to a single field when querying for findings. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NumberFilter AWS API Documentation
Constants
- SENSITIVE