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.
8343 8344 8345 8346 8347 |
# File 'lib/aws-sdk-iot/types.rb', line 8343 class ImplicitDeny < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end |