Class: Aws::Macie2::Types::CriterionAdditionalProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CriterionAdditionalProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see [Fundamentals of filtering findings] in the *Amazon Macie User Guide*.
[1]: docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #eq ⇒ Array<String>
 - #eq_exact_match ⇒ Array<String>
 - #gt ⇒ Integer
 - #gte ⇒ Integer
 - #lt ⇒ Integer
 - #lte ⇒ Integer
 - #neq ⇒ Array<String>
 
Instance Attribute Details
#eq ⇒ Array<String>
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#eq_exact_match ⇒ Array<String>
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#gt ⇒ Integer
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#gte ⇒ Integer
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#lt ⇒ Integer
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#lte ⇒ Integer
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  | 
  
#neq ⇒ Array<String>
      1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1646 class CriterionAdditionalProperties < Struct.new( :eq, :eq_exact_match, :gt, :gte, :lt, :lte, :neq) SENSITIVE = [] include Aws::Structure end  |