Class: Aws::Macie2::Types::TagScopeTerm

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 object 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)


6194
6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6194

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

#keyString

Returns:

  • (String)


6194
6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6194

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

#tag_valuesArray<Types::TagValuePair>

Returns:



6194
6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6194

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

#targetString

The type of object to apply a tag-based condition to. Valid values are:

Returns:

  • (String)


6194
6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6194

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