Class: Aws::Macie2::Types::SimpleScopeTerm
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::SimpleScopeTerm
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies a property-based condition that determines whether an S3 object is included or excluded from a classification job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comparator  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The operator to use in a condition.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The property to use in a condition that determines whether an S3 object is included or excluded from a classification job.
 - #values ⇒ Array<String>
 
Instance Attribute Details
#comparator ⇒ String
The operator to use in a condition. Depending on the type of condition, possible values are:
      6177 6178 6179 6180 6181 6182 6183  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6177 class SimpleScopeTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#key ⇒ String
The property to use in a condition that determines whether an S3 object is included or excluded from a classification job. Valid values are:
      6177 6178 6179 6180 6181 6182 6183  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6177 class SimpleScopeTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#values ⇒ Array<String>
      6177 6178 6179 6180 6181 6182 6183  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6177 class SimpleScopeTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end  |