Class: Aws::SecurityHub::Types::NumberFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NumberFilter
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A number filter for querying findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eq ⇒ Float
The equal-to condition to be applied to a single field when querying for findings.
-
#gt ⇒ Float
The greater-than 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.
-
#lt ⇒ Float
The less-than 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.
27246 27247 27248 27249 27250 27251 27252 27253 27254 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27246 class NumberFilter < Struct.new( :gte, :lte, :eq, :gt, :lt) SENSITIVE = [] include Aws::Structure end |
#gt ⇒ Float
The greater-than condition to be applied to a single field when querying for findings.
27246 27247 27248 27249 27250 27251 27252 27253 27254 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27246 class NumberFilter < Struct.new( :gte, :lte, :eq, :gt, :lt) SENSITIVE = [] include Aws::Structure end |
#gte ⇒ Float
The greater-than-equal condition to be applied to a single field when querying for findings.
27246 27247 27248 27249 27250 27251 27252 27253 27254 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27246 class NumberFilter < Struct.new( :gte, :lte, :eq, :gt, :lt) SENSITIVE = [] include Aws::Structure end |
#lt ⇒ Float
The less-than condition to be applied to a single field when querying for findings.
27246 27247 27248 27249 27250 27251 27252 27253 27254 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27246 class NumberFilter < Struct.new( :gte, :lte, :eq, :gt, :lt) SENSITIVE = [] include Aws::Structure end |
#lte ⇒ Float
The less-than-equal condition to be applied to a single field when querying for findings.
27246 27247 27248 27249 27250 27251 27252 27253 27254 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27246 class NumberFilter < Struct.new( :gte, :lte, :eq, :gt, :lt) SENSITIVE = [] include Aws::Structure end |