Class: Aws::Macie2::Types::TagScopeTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::TagScopeTerm
- 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
-
#comparator ⇒ String
The operator to use in a condition.
-
#key ⇒ String
-
#tag_values ⇒ Array<Types::TagValuePair>
-
#target ⇒ String
The type of object to apply a tag-based condition to.
Instance Attribute Details
#comparator ⇒ String
The operator to use in a condition. Depending on the type of condition, possible values are:
6329 6330 6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6329 class TagScopeTerm < Struct.new( :comparator, :key, :tag_values, :target) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
6329 6330 6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6329 class TagScopeTerm < Struct.new( :comparator, :key, :tag_values, :target) SENSITIVE = [] include Aws::Structure end |
#tag_values ⇒ Array<Types::TagValuePair>
6329 6330 6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6329 class TagScopeTerm < Struct.new( :comparator, :key, :tag_values, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The type of object to apply a tag-based condition to. Valid values are:
6329 6330 6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6329 class TagScopeTerm < Struct.new( :comparator, :key, :tag_values, :target) SENSITIVE = [] include Aws::Structure end |