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.
5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-macie2/types.rb', line 5334 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.
5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-macie2/types.rb', line 5334 class S3BucketCriteriaForJob < Struct.new( :excludes, :includes) SENSITIVE = [] include Aws::Structure end |