Class: Aws::GuardDuty::Types::FilterCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::FilterCondition
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#equals_value ⇒ String
Represents an equal **** condition to be applied to a single field when querying for scan entries.
-
#greater_than ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for scan entries.
-
#less_than ⇒ Integer
Represents a less than condition to be applied to a single field when querying for scan entries.
Instance Attribute Details
#equals_value ⇒ String
Represents an equal **** condition to be applied to a single field when querying for scan entries.
3377 3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3377 class FilterCondition < Struct.new( :equals_value, :greater_than, :less_than) SENSITIVE = [] include Aws::Structure end |
#greater_than ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for scan entries.
3377 3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3377 class FilterCondition < Struct.new( :equals_value, :greater_than, :less_than) SENSITIVE = [] include Aws::Structure end |
#less_than ⇒ Integer
Represents a less than condition to be applied to a single field when querying for scan entries.
3377 3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3377 class FilterCondition < Struct.new( :equals_value, :greater_than, :less_than) SENSITIVE = [] include Aws::Structure end |