Class: Aws::S3::Types::S3KeyFilter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3::Types::S3KeyFilter
 
 
- Defined in:
 - gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
 
Overview
A container for object key name prefix and suffix filtering rules.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filter_rules  ⇒ Array<Types::FilterRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of containers for the key-value pair that defines the criteria for the filter rule.
 
Instance Attribute Details
#filter_rules ⇒ Array<Types::FilterRule>
A list of containers for the key-value pair that defines the criteria for the filter rule.
      18179 18180 18181 18182 18183  | 
    
      # File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 18179 class S3KeyFilter < Struct.new( :filter_rules) SENSITIVE = [] include Aws::Structure end  |