Class: Aws::Macie2::Types::S3BucketCriteriaForJob

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

Overview

Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job. Exclude conditions take precedence over include conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excludesTypes::CriteriaBlockForJob

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



5343
5344
5345
5346
5347
5348
# File 'lib/aws-sdk-macie2/types.rb', line 5343

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

#includesTypes::CriteriaBlockForJob

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



5343
5344
5345
5346
5347
5348
# File 'lib/aws-sdk-macie2/types.rb', line 5343

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