Class: Aws::Macie2::Types::CriteriaForJob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CriteriaForJob
 
 
- 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
- 
  
    
      #simple_criterion  ⇒ Types::SimpleCriterionForJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a property-based condition that determines whether an S3 bucket is included or excluded from a classification job.
 - 
  
    
      #tag_criterion  ⇒ Types::TagCriterionForJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.
 
Instance Attribute Details
#simple_criterion ⇒ Types::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_criterion ⇒ Types::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  |