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
- Struct
- Aws::CognitoIdentityProvider::Types::AdminUpdateAuthEventFeedbackRequest
- 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
-
#event_id ⇒ String
The authentication event ID.
-
#feedback_value ⇒ String
The authentication event feedback value.
-
#user_pool_id ⇒ String
The user pool ID.
-
#username ⇒ String
The user pool username.
Instance Attribute Details
#event_id ⇒ String
The authentication event ID.
#feedback_value ⇒ String
The authentication event feedback value.
Possible values:
- Valid
- Invalid
#user_pool_id ⇒ String
The user pool ID.
#username ⇒ String
The user pool username.