Class: Aws::AccessAnalyzer::Types::UpdateAnalyzerResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AccessAnalyzer::Types::UpdateAnalyzerResponse
 
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configuration  ⇒ Types::AnalyzerConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains information about the configuration of an analyzer for an Amazon Web Services organization or account. 
Instance Attribute Details
#configuration ⇒ Types::AnalyzerConfiguration
Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.
| 4862 4863 4864 4865 4866 | # File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4862 class UpdateAnalyzerResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |