You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::UpdateAuthEventFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateAuthEventFeedbackRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateAuthEventFeedbackRequest 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_token: "TokenModelType", # required
feedback_value: "Valid", # required, accepts Valid, Invalid
}
Instance Attribute Summary collapse
-
#event_id ⇒ String
The event ID.
-
#feedback_token ⇒ String
The feedback token.
-
#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 event ID.
#feedback_token ⇒ String
The feedback token.
#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.