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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3879
3880
3881
3882
3883
# File 'lib/aws-sdk-macie2/types.rb', line 3879

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