Class: Aws::Macie2::Types::JobScopingBlock

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

Overview

Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#andArray<Types::JobScopeTerm>

Returns:



3780
3781
3782
3783
3784
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3780

class JobScopingBlock < Struct.new(
  :and)
  SENSITIVE = []
  include Aws::Structure
end