Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The feedback that your application submitted to an advanced security features event log, as displayed in an [AdminListUserAuthEvents] response.
[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminListUserAuthEvents.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feedback_date ⇒ Time
The date that you or your user submitted the feedback.
-
#feedback_value ⇒ String
The authentication event feedback value.
-
#provider ⇒ String
The submitter of the event feedback.
Instance Attribute Details
#feedback_date ⇒ Time
The date that you or your user submitted the feedback.
5870 5871 5872 5873 5874 5875 5876 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5870 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#feedback_value ⇒ String
The authentication event feedback value. When you provide a ‘FeedbackValue` value of `valid`, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide a `FeedbackValue` value of `invalid`, you tell Amazon Cognito that you don’t trust a user session, or you don’t believe that Amazon Cognito evaluated a high-enough risk level.
5870 5871 5872 5873 5874 5875 5876 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5870 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The submitter of the event feedback. For example, if you submit event feedback in the Amazon Cognito console, this value is ‘Admin`.
5870 5871 5872 5873 5874 5875 5876 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5870 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |