Class: Aws::IoT::Types::TestAuthorizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TestAuthorizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#auth_results ⇒ Array<Types::AuthResult>
The authentication results.
Instance Attribute Details
#auth_results ⇒ Array<Types::AuthResult>
The authentication results.
9870 9871 9872 9873 |
# File 'lib/aws-sdk-iot/types.rb', line 9870 class TestAuthorizationResponse < Struct.new( :auth_results) include Aws::Structure end |