Class: Aws::Macie2::Types::CriteriaBlockForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CriteriaBlockForJob
- 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 buckets from a classification job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#and ⇒ Array<Types::CriteriaForJob>
1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-macie2/types.rb', line 1586 class CriteriaBlockForJob < Struct.new( :and) SENSITIVE = [] include Aws::Structure end |