Class: Aws::QBusiness::Types::AuthChallengeRequestEvent

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

Overview

An authentication verification event activated by an end user request to use a custom plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlString

The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.

Returns:

  • (String)


631
632
633
634
635
636
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 631

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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



631
632
633
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 631

def event_type
  @event_type
end