You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::CriterionAdditionalProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CriterionAdditionalProperties
- Defined in:
- (unknown)
Overview
Note:
When passing CriterionAdditionalProperties as input to an Aws::Client method, you can use a vanilla Hash:
{
eq: ["__string"],
eq_exact_match: ["__string"],
gt: 1,
gte: 1,
lt: 1,
lte: 1,
neq: ["__string"],
}
Specifies the operator to use in a property-based condition that filters the results of a query for findings.
Instance Attribute Summary collapse
-
#eq ⇒ Array<String>
-
#eq_exact_match ⇒ Array<String>
-
#gt ⇒ Integer
-
#gte ⇒ Integer
-
#lt ⇒ Integer
-
#lte ⇒ Integer
-
#neq ⇒ Array<String>