Class: Aws::IoT::Types::TestAuthorizationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_resultsArray<Types::AuthResult>

The authentication results.

Returns:



14545
14546
14547
14548
14549
# File 'lib/aws-sdk-iot/types.rb', line 14545

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