Class: Aws::QBusiness::Types::AuthChallengeRequestEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AuthChallengeRequestEvent
- Includes:
- Structure
- Defined in:
- 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
-
#authorization_url ⇒ String
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.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#authorization_url ⇒ String
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.
841 842 843 844 845 846 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 841 class AuthChallengeRequestEvent < Struct.new( :authorization_url, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
841 842 843 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 841 def event_type @event_type end |