Class: Aws::Macie2::Types::FindingCriteria

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#criterionHash<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

Returns:



2502
2503
2504
2505
2506
# File 'lib/aws-sdk-macie2/types.rb', line 2502

class FindingCriteria < Struct.new(
  :criterion)
  SENSITIVE = []
  include Aws::Structure
end