You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::Condition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Condition
- Defined in:
- (unknown)
Overview
When passing Condition as input to an Aws::Client method, you can use a vanilla Hash:
{
eq: ["String"],
neq: ["String"],
gt: 1,
gte: 1,
lt: 1,
lte: 1,
equals: ["String"],
not_equals: ["String"],
greater_than: 1,
greater_than_or_equal: 1,
less_than: 1,
less_than_or_equal: 1,
}
Contains information about the condition.
Instance Attribute Summary collapse
-
#eq ⇒ Array<String>
Represents the equal condition to be applied to a single field when querying for findings.
-
#equals ⇒ Array<String>
Represents an equal **** condition to be applied to a single field when querying for findings.
-
#greater_than ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
-
#greater_than_or_equal ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
-
#gt ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
-
#gte ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
-
#less_than ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
-
#less_than_or_equal ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
-
#lt ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
-
#lte ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
-
#neq ⇒ Array<String>
Represents the not equal condition to be applied to a single field when querying for findings.
-
#not_equals ⇒ Array<String>
Represents a not equal **** condition to be applied to a single field when querying for findings.
Instance Attribute Details
#eq ⇒ Array<String>
Represents the equal condition to be applied to a single field when querying for findings.
#equals ⇒ Array<String>
Represents an equal **** condition to be applied to a single field when querying for findings.
#greater_than ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
#greater_than_or_equal ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
#gt ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
#gte ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
#less_than ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
#less_than_or_equal ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
#lt ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
#lte ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
#neq ⇒ Array<String>
Represents the not equal condition to be applied to a single field when querying for findings.
#not_equals ⇒ Array<String>
Represents a not equal **** condition to be applied to a single field when querying for findings.