Class: Aws::Macie2::Types::BucketCriteriaAdditionalProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::BucketCriteriaAdditionalProperties
 
 
- Defined in:
 - gems/aws-sdk-macie2/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 information about S3 buckets.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #eq  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #gt  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #gte  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #lt  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #lte  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #neq  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 
Instance Attribute Details
#eq ⇒ Array<String>
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#gt ⇒ Integer
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#gte ⇒ Integer
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#lt ⇒ Integer
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#lte ⇒ Integer
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#neq ⇒ Array<String>
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix ⇒ String
      634 635 636 637 638 639 640 641 642 643 644  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 634 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end  |