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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Specifies the event feedback type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feedback_dateTime

The event feedback date.

Returns:

  • (Time)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4554

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)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4554

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

#providerString

The provider.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4554

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