Class: Aws::QBusiness::Types::AuthChallengeResponseEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AuthChallengeResponseEvent
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#response_map ⇒ Hash<String,String>
The mapping of key-value pairs in an authentication challenge response.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
875 876 877 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 875 def event_type @event_type end |
#response_map ⇒ Hash<String,String>
The mapping of key-value pairs in an authentication challenge response.
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 |