Class: Aws::QBusiness::Types::AuthChallengeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AuthChallengeResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Contains details of the authentication information received from a third party authentication server in response to an authentication challenge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_map ⇒ Hash<String,String>
The mapping of key-value pairs in an authentication challenge response.
Instance Attribute Details
#response_map ⇒ Hash<String,String>
The mapping of key-value pairs in an authentication challenge response.
660 661 662 663 664 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 660 class AuthChallengeResponse < Struct.new( :response_map) SENSITIVE = [] include Aws::Structure end |