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 a threat protection event log, as displayed in an ‘AdminListUserAuthEvents` response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feedback_date ⇒ Time
The date that you or your user submitted the feedback.
-
#feedback_value ⇒ String
Your feedback to the authentication event.
-
#provider ⇒ String
The submitter of the event feedback.
Instance Attribute Details
#feedback_date ⇒ Time
The date that you or your user submitted the feedback.
5727 5728 5729 5730 5731 5732 5733 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#feedback_value ⇒ String
Your feedback to the authentication event. 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.
5727 5728 5729 5730 5731 5732 5733 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727 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`.
5727 5728 5729 5730 5731 5732 5733 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |