Class: Aws::Macie2::Types::TagValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::TagValuePair
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies a tag key or tag key and value pair to use in a tag-based condition that determines whether an S3 object 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
6352 6353 6354 6355 6356 6357 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6352 class TagValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
6352 6353 6354 6355 6356 6357 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6352 class TagValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |