Class: Aws::Macie2::Types::CriteriaBlockForJob

Inherits:
Struct
  • Object
show all
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

#andArray<Types::CriteriaForJob>

Returns:



1491
1492
1493
1494
1495
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1491

class CriteriaBlockForJob < Struct.new(
  :and)
  SENSITIVE = []
  include Aws::Structure
end