Class: Aws::AccessAnalyzer::Types::UpdateAnalyzerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::UpdateAnalyzerRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analyzer_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the analyzer to modify.
 - 
  
    
      #configuration  ⇒ Types::AnalyzerConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.
 
Instance Attribute Details
#analyzer_name ⇒ String
The name of the analyzer to modify.
      4294 4295 4296 4297 4298 4299  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 4294 class UpdateAnalyzerRequest < Struct.new( :analyzer_name, :configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration ⇒ Types::AnalyzerConfiguration
Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.
      4294 4295 4296 4297 4298 4299  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 4294 class UpdateAnalyzerRequest < Struct.new( :analyzer_name, :configuration) SENSITIVE = [] include Aws::Structure end  |