You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::AdminUpdateAuthEventFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AdminUpdateAuthEventFeedbackRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_id ⇒ String

The authentication event ID.

Returns:

  • (String) —

    The authentication event ID.

#feedback_value ⇒ String

The authentication event feedback value.

Possible values:

  • Valid
  • Invalid

Returns:

  • (String) —

    The authentication event feedback value.

#user_pool_id ⇒ String

The user pool ID.

Returns:

  • (String) —

    The user pool ID.

#username ⇒ String

The user pool username.

Returns:

  • (String) —

    The user pool username.