class Aws::Macie2::Types::TagCriterionForJob

Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.

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

data as a hash:

    {
      comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
      tag_values: [
        {
          key: "__string",
          value: "__string",
        },
      ],
    }

@!attribute [rw] comparator

The operator to use in a condition. Valid values are:
@return [String]

@!attribute [rw] tag_values

@return [Array<Types::TagCriterionPairForJob>]

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

Constants

SENSITIVE