Class: Aws::QBusiness::Types::AuthChallengeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AuthChallengeResponse
- Includes:
- Structure
- Defined in:
- 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.
859 860 861 862 863 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 859 class AuthChallengeResponse < Struct.new( :response_map) SENSITIVE = [] include Aws::Structure end |