Class: Aws::Macie2::Types::TagCriterionForJob

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparatorString

The operator to use in a condition. Depending on the type of condition, possible values are:

Returns:

  • (String)


6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6118

class TagCriterionForJob < Struct.new(
  :comparator,
  :tag_values)
  SENSITIVE = []
  include Aws::Structure
end

#tag_valuesArray<Types::TagCriterionPairForJob>

Returns:



6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6118

class TagCriterionForJob < Struct.new(
  :comparator,
  :tag_values)
  SENSITIVE = []
  include Aws::Structure
end