class Aws::Macie2::Types::TagCriterionPairForJob

Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.

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

data as a hash:

    {
      key: "__string",
      value: "__string",
    }

@!attribute [rw] key

@return [String]

@!attribute [rw] value

@return [String]

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

Constants

SENSITIVE