Class: Aws::QBusiness::Types::AuthChallengeResponseEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

An authentication verification event response by a third party authentication server to Amazon Q Business.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



875
876
877
# File 'lib/aws-sdk-qbusiness/types.rb', line 875

def event_type
  @event_type
end

#response_mapHash<String,String>

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

Returns:

  • (Hash<String,String>)


875
876
877
878
879
880
# File 'lib/aws-sdk-qbusiness/types.rb', line 875

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