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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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



665
666
667
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 665

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>)


665
666
667
668
669
670
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 665

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