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.
| 5632 5633 5634 5635 5636 | # File 'lib/aws-sdk-iot/types.rb', line 5632 class DescribeAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |