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.
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.
442 443 444 445 |
# File 'lib/aws-sdk-iot/types.rb', line 442 class Allowed < Struct.new( :policies) include Aws::Structure end |