Class: Aws::IoT::Types::Allowed

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

Overview

Contains information that allowed the authorization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policiesArray<Types::Policy>

A list of policies that allowed the authentication.

Returns:



690
691
692
693
694
# File 'lib/aws-sdk-iot/types.rb', line 690

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