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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.



5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5196

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.



5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5196

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