Class: Aws::IoT::Types::ExplicitDeny

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Information that explicitly denies authorization.

Instance Attribute Summary collapse

Instance Attribute Details

#policiesArray<Types::Policy>

The policies that denied the authorization.

Returns:



4872
4873
4874
4875
# File 'lib/aws-sdk-iot/types.rb', line 4872

class ExplicitDeny < Struct.new(
  :policies)
  include Aws::Structure
end