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

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

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 in the Amazon Macie User Guide.

Returns:



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

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