Class: Aws::IoT::Types::AuthorizerSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AuthorizerSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The authorizer summary.
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.
      1123 1124 1125 1126 1127 1128  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1123 class AuthorizerSummary < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#authorizer_name ⇒ String
The authorizer name.
      1123 1124 1125 1126 1127 1128  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1123 class AuthorizerSummary < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end  |