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

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

#andArray<Types::CriteriaForJob>

Returns:



1590
1591
1592
1593
1594
# File 'lib/aws-sdk-macie2/types.rb', line 1590

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