class Aws::Macie2::Types::TagScopeTerm
Specifies a tag-based condition that determines whether an S3 object is included or excluded from a classification job.
@note When making an API call, you may pass TagScopeTerm
data as a hash: { comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH key: "__string", tag_values: [ { key: "__string", value: "__string", }, ], target: "S3_OBJECT", # accepts S3_OBJECT }
@!attribute [rw] comparator
The operator to use in a condition. Valid values are: @return [String]
@!attribute [rw] key
@return [String]
@!attribute [rw] tag_values
@return [Array<Types::TagValuePair>]
@!attribute [rw] target
The type of object to apply a tag-based condition to. Valid values are: @return [String]
@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagScopeTerm AWS API Documentation
Constants
- SENSITIVE