Class: Aws::QBusiness::Types::AuthChallengeResponseEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AuthChallengeResponseEvent
- 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
-
#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
900 901 902 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 900 def event_type @event_type end |
#response_map ⇒ Hash<String,String>
The mapping of key-value pairs in an authentication challenge response.
900 901 902 903 904 905 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 900 class AuthChallengeResponseEvent < Struct.new( :response_map, :event_type) SENSITIVE = [] include Aws::Structure end |