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