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
show all
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

Instance Attribute Details

#criterionHash<String,Types::CriterionAdditionalProperties>

Specifies a condition that defines a property, operator, and value to use to filter the results of a query for findings.

Returns:

  • (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.

    .