Class: Aws::Macie2::Types::FindingCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::FindingCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criterion ⇒ Hash<String,Types::CriterionAdditionalProperties>
Specifies a condition that defines a property, operator, and one or more values 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 one or more values to filter the results of a query for findings. The number of values depends on the property and operator specified by the condition. For information about defining filter conditions, see
- Fundamentals of filtering findings][1
-
in the *Amazon Macie User
Guide*.
[1]: docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
2502 2503 2504 2505 2506 |
# File 'lib/aws-sdk-macie2/types.rb', line 2502 class FindingCriteria < Struct.new( :criterion) SENSITIVE = [] include Aws::Structure end |