Class: Aws::Macie2::Types::CriteriaForJob

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_criterionTypes::SimpleCriterionForJob

Specifies a property-based condition that determines whether an S3 bucket is included or excluded from a classification job.



1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-macie2/types.rb', line 1607

class CriteriaForJob < Struct.new(
  :simple_criterion,
  :tag_criterion)
  SENSITIVE = []
  include Aws::Structure
end

#tag_criterionTypes::TagCriterionForJob

Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.



1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-macie2/types.rb', line 1607

class CriteriaForJob < Struct.new(
  :simple_criterion,
  :tag_criterion)
  SENSITIVE = []
  include Aws::Structure
end