Class: Aws::IoT::Types::DescribeAuthorizerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeAuthorizerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorizer_description  ⇒ Types::AuthorizerDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authorizer description.
 
Instance Attribute Details
#authorizer_description ⇒ Types::AuthorizerDescription
The authorizer description.
      5096 5097 5098 5099 5100  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5096 class DescribeAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end  |