Class: Aws::Macie2::Types::FindingCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::FindingCriteria
- Defined in:
- gems/aws-sdk-macie2/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 in the Amazon Macie User Guide.
2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2501 class FindingCriteria < Struct.new( :criterion) SENSITIVE = [] include Aws::Structure end |