Class: Aws::Macie2::Types::JobScopingBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::JobScopingBlock
- Defined in:
- gems/aws-sdk-macie2/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#and ⇒ Array<Types::JobScopeTerm>
3879 3880 3881 3882 3883 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3879 class JobScopingBlock < Struct.new( :and) SENSITIVE = [] include Aws::Structure end |