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

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



410
411
412
413
414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 410

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