Class: Aws::IoT::Types::ExplicitDeny
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ExplicitDeny
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information that explicitly denies authorization.
Constant Summary collapse
- SENSITIVE =
[]
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.
7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7719 class ExplicitDeny < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end |