Class: Aws::AccessAnalyzer::Types::InlineArchiveRule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::InlineArchiveRule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
An criterion statement in an archive rule. Each archive rule may have multiple criteria.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ Hash<String,Types::Criterion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The condition and values for a criterion.
 - 
  
    
      #rule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule.
 
Instance Attribute Details
#filter ⇒ Hash<String,Types::Criterion>
The condition and values for a criterion.
      2379 2380 2381 2382 2383 2384  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2379 class InlineArchiveRule < Struct.new( :rule_name, :filter) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_name ⇒ String
The name of the rule.
      2379 2380 2381 2382 2383 2384  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2379 class InlineArchiveRule < Struct.new( :rule_name, :filter) SENSITIVE = [] include Aws::Structure end  |