Class: Aws::IoT::Types::UpdateAuthorizerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateAuthorizerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorizer_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authorizer ARN.
 - 
  
    
      #authorizer_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authorizer name.
 
Instance Attribute Details
#authorizer_arn ⇒ String
The authorizer ARN.
      15726 15727 15728 15729 15730 15731  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15726 class UpdateAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#authorizer_name ⇒ String
The authorizer name.
      15726 15727 15728 15729 15730 15731  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15726 class UpdateAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  |