Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

Instance Attribute Details

#feedback_dateTime

The date that you or your user submitted the feedback.

Returns:

  • (Time)


5727
5728
5729
5730
5731
5732
5733
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end

#feedback_valueString

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.

Returns:

  • (String)


5727
5728
5729
5730
5731
5732
5733
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The submitter of the event feedback. For example, if you submit event feedback in the Amazon Cognito console, this value is Admin.

Returns:

  • (String)


5727
5728
5729
5730
5731
5732
5733
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5727

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end