class Aws::Macie2::Types::SearchResourcesTagCriterion

Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.

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

data as a hash:

    {
      comparator: "EQ", # accepts EQ, NE
      tag_values: [
        {
          key: "__string",
          value: "__string",
        },
      ],
    }

@!attribute [rw] comparator

The operator to use in a condition that filters the results of a
query. Valid values are:
@return [String]

@!attribute [rw] tag_values

@return [Array<Types::SearchResourcesTagCriterionPair>]

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

Constants

SENSITIVE