Class: Aws::IoT::Types::DescribeAuthorizerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeAuthorizerRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorizer_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the authorizer to describe.
 
Instance Attribute Details
#authorizer_name ⇒ String
The name of the authorizer to describe.
      5086 5087 5088 5089 5090  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5086 class DescribeAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end  |