Class: Aws::IoT::Types::SetDefaultAuthorizerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::SetDefaultAuthorizerResponse
 
 
- 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.
      13760 13761 13762 13763 13764 13765  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13760 class SetDefaultAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#authorizer_name ⇒ String
The authorizer name.
      13760 13761 13762 13763 13764 13765  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13760 class SetDefaultAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  |