You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::AuthEventType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AuthEventType
- Defined in:
- (unknown)
Overview
The authentication event type.
Instance Attribute Summary collapse
-
#challenge_responses ⇒ Array<Types::ChallengeResponseType>
The challenge responses.
-
#creation_date ⇒ Time
The creation date.
-
#event_context_data ⇒ Types::EventContextDataType
The user context data captured at the time of an event request.
-
#event_feedback ⇒ Types::EventFeedbackType
A flag specifying the user feedback captured at the time of an event request is good or bad.
-
#event_id ⇒ String
The event ID.
-
#event_response ⇒ String
The event response.
-
#event_risk ⇒ Types::EventRiskType
The event risk.
-
#event_type ⇒ String
The event type.
Instance Attribute Details
#challenge_responses ⇒ Array<Types::ChallengeResponseType>
The challenge responses.
#creation_date ⇒ Time
The creation date
#event_context_data ⇒ Types::EventContextDataType
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
#event_feedback ⇒ Types::EventFeedbackType
A flag specifying the user feedback captured at the time of an event request is good or bad.
#event_id ⇒ String
The event ID.
#event_response ⇒ String
The event response.
Possible values:
- Success
- Failure
#event_risk ⇒ Types::EventRiskType
The event risk.
#event_type ⇒ String
The event type.
Possible values:
- SignIn
- SignUp
- ForgotPassword