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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#policiesArray<Types::Policy>

The policies that denied the authorization.

Returns:



7060
7061
7062
7063
7064
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7060

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