Class: Aws::Macie2::Types::TagCriterionPairForJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


6139
6140
6141
6142
6143
6144
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6139

class TagCriterionPairForJob < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Returns:

  • (String)


6139
6140
6141
6142
6143
6144
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6139

class TagCriterionPairForJob < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end