Class: Aws::Macie2::Types::JobScopeTerm

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

Overview

Specifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_scope_termTypes::SimpleScopeTerm

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



3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3764

class JobScopeTerm < Struct.new(
  :simple_scope_term,
  :tag_scope_term)
  SENSITIVE = []
  include Aws::Structure
end

#tag_scope_termTypes::TagScopeTerm

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

Returns:



3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3764

class JobScopeTerm < Struct.new(
  :simple_scope_term,
  :tag_scope_term)
  SENSITIVE = []
  include Aws::Structure
end