Class: Aws::Macie2::Types::Scoping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Scoping
- Includes:
- Structure
- Defined in:
- 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
-
#excludes ⇒ Types::JobScopingBlock
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.
-
#includes ⇒ Types::JobScopingBlock
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.
Instance Attribute Details
#excludes ⇒ Types::JobScopingBlock
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-macie2/types.rb', line 5600 class Scoping < Struct.new( :excludes, :includes) SENSITIVE = [] include Aws::Structure end |
#includes ⇒ Types::JobScopingBlock
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-macie2/types.rb', line 5600 class Scoping < Struct.new( :excludes, :includes) SENSITIVE = [] include Aws::Structure end |