TCognitoIdentityProviderAdminDeleteUserAttributesRequest
Class in AWS.CognitoIdentityProvider
AdminDeleteUserAttributes request class.
Ancestors
Properties
UserAttributeNames
property UserAttributeNames: TList<string>
Username
property Username: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AUsername: string; const AUserAttributeNames: array of string);
Constructor for TCognitoIdentityProviderAdminDeleteUserAttributesRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |
AUserAttributeNames | Specify a list of attribute names you want to delete from the user. |