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:



677
678
679
680
681
# File 'lib/aws-sdk-iot/types.rb', line 677

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