You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::NumberFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NumberFilter
- Defined in:
- (unknown)
Overview
When passing NumberFilter as input to an Aws::Client method, you can use a vanilla Hash:
{
gte: 1.0,
lte: 1.0,
eq: 1.0,
}
A number filter for querying findings.
Instance Attribute Summary collapse
-
#eq ⇒ Float
The equal-to condition to be applied to a single field when querying for findings.
-
#gte ⇒ Float
The greater-than-equal condition to be applied to a single field when querying for findings.
-
#lte ⇒ Float
The less-than-equal condition to be applied to a single field when querying for findings.
Instance Attribute Details
#eq ⇒ Float
The equal-to condition to be applied to a single field when querying for findings.
#gte ⇒ Float
The greater-than-equal condition to be applied to a single field when querying for findings.
#lte ⇒ Float
The less-than-equal condition to be applied to a single field when querying for findings.