Class: Aws::IoT::Types::TestAuthorizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TestAuthorizationResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_results ⇒ Array<Types::AuthResult>
The authentication results.
Instance Attribute Details
#auth_results ⇒ Array<Types::AuthResult>
The authentication results.
15957 15958 15959 15960 15961 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15957 class TestAuthorizationResponse < Struct.new( :auth_results) SENSITIVE = [] include Aws::Structure end |