Class: Aws::Macie2::Types::Scoping

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. Exclude conditions take precedence over include conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excludesTypes::JobScopingBlock

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



5462
5463
5464
5465
5466
5467
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5462

class Scoping < Struct.new(
  :excludes,
  :includes)
  SENSITIVE = []
  include Aws::Structure
end

#includesTypes::JobScopingBlock

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



5462
5463
5464
5465
5466
5467
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5462

class Scoping < Struct.new(
  :excludes,
  :includes)
  SENSITIVE = []
  include Aws::Structure
end