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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#feedback_dateTime

The date that you or your user submitted the feedback.

Returns:

  • (Time)


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_valueString

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.

Returns:

  • (String)


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

#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)


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