Class: Aws::IoT::Types::ExplicitDeny
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ExplicitDeny
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information that explicitly denies authorization.
Instance Attribute Summary collapse
-
#policies ⇒ Array<Types::Policy>
The policies that denied the authorization.
Instance Attribute Details
#policies ⇒ Array<Types::Policy>
The policies that denied the authorization.
4872 4873 4874 4875 |
# File 'lib/aws-sdk-iot/types.rb', line 4872 class ExplicitDeny < Struct.new( :policies) include Aws::Structure end |