class Aws::CognitoIdentityProvider::Types::UpdateAuthEventFeedbackRequest

@note When making an API call, you may pass UpdateAuthEventFeedbackRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
      event_id: "EventIdType", # required
      feedback_token: "TokenModelType", # required
      feedback_value: "Valid", # required, accepts Valid, Invalid
    }

@!attribute [rw] user_pool_id

The user pool ID.
@return [String]

@!attribute [rw] username

The user pool username.
@return [String]

@!attribute [rw] event_id

The event ID.
@return [String]

@!attribute [rw] feedback_token

The feedback token.
@return [String]

@!attribute [rw] feedback_value

The authentication event feedback value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UpdateAuthEventFeedbackRequest AWS API Documentation

Constants

SENSITIVE