Class: Aws::IoT::Types::ImplicitDeny
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ImplicitDeny
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Information that implicitly denies authorization. When policy doesn’t explicitly deny or allow an action on a resource it is considered an implicit deny.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policies  ⇒ Array<Types::Policy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Policies that don’t contain a matching allow or deny statement for the specified action on the specified resource.
 
Instance Attribute Details
#policies ⇒ Array<Types::Policy>
Policies that don’t contain a matching allow or deny statement for the specified action on the specified resource.
      8018 8019 8020 8021 8022  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8018 class ImplicitDeny < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end  |