class Aws::Macie2::Types::CriterionAdditionalProperties

Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see [Fundamentals of filtering findings] in the *Amazon Macie User Guide*.

[1]: docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html

@note When making an API call, you may pass CriterionAdditionalProperties

data as a hash:

    {
      eq: ["__string"],
      eq_exact_match: ["__string"],
      gt: 1,
      gte: 1,
      lt: 1,
      lte: 1,
      neq: ["__string"],
    }

@!attribute [rw] eq

@return [Array<String>]

@!attribute [rw] eq_exact_match

@return [Array<String>]

@!attribute [rw] gt

@return [Integer]

@!attribute [rw] gte

@return [Integer]

@!attribute [rw] lt

@return [Integer]

@!attribute [rw] lte

@return [Integer]

@!attribute [rw] neq

@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CriterionAdditionalProperties AWS API Documentation

Constants

SENSITIVE