TCognitoIdentityProviderUpdateAuthEventFeedbackRequest
Class in AWS.CognitoIdentityProvider
UpdateAuthEventFeedback request class.
Ancestors
Properties
EventId
property EventId: string
FeedbackToken
property FeedbackToken: string
FeedbackValue
property FeedbackValue: string
Username
property Username: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AEventId, AFeedbackToken, AFeedbackValue, AUsername, AUserPoolId: string);
Constructor for TCognitoIdentityProviderUpdateAuthEventFeedbackRequest.
Parameters
| Name | Description |
|---|---|
AEventId | Specify the ID of the event. |
AFeebackToken | Specify the feeback token. |
AFeebackValue | Specify the authentication event feeback value. Valid values:|. |
AUsername | Specify the username of the user. |
AUserPoolId | Specify the ID of the user pool. |