Class: Aws::IoT::Types::ImplicitDeny

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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

Instance Attribute Details

#policiesArray<Types::Policy>

Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.

Returns:



8018
8019
8020
8021
8022
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8018

class ImplicitDeny < Struct.new(
  :policies)
  SENSITIVE = []
  include Aws::Structure
end