Class: Aws::IoT::Types::Allowed
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::Allowed
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Contains information that allowed the authorization.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policies  ⇒ Array<Types::Policy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of policies that allowed the authentication.
 
Instance Attribute Details
#policies ⇒ Array<Types::Policy>
A list of policies that allowed the authentication.
      410 411 412 413 414  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 410 class Allowed < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end  |