Class: Aws::Macie2::Types::CriteriaBlockForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CriteriaBlockForJob
- 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 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 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1586 class CriteriaBlockForJob < Struct.new( :and) SENSITIVE = [] include Aws::Structure end |