Class: Aws::Macie2::Types::S3BucketCriteriaForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3BucketCriteriaForJob
- 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
-
#excludes ⇒ Types::CriteriaBlockForJob
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job.
-
#includes ⇒ Types::CriteriaBlockForJob
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job.
Instance Attribute Details
#excludes ⇒ Types::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 |
#includes ⇒ Types::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 |