Class: Aws::QBusiness::Types::AuthChallengeResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#response_mapHash<String,String>

The mapping of key-value pairs in an authentication challenge response.

Returns:

  • (Hash<String,String>)


649
650
651
652
653
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 649

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