TCognitoIdentityProviderAdminRemoveUserFromGroupRequest
Class in AWS.CognitoIdentityProvider
AdminRemoveUserFromGroup request class.
Ancestors
Properties
GroupName
property GroupName: string
Username
property Username: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AUsername, AGroupName: string);
Constructor for TCognitoIdentityProviderAdminRemoveUserFromGroupRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |
AGroupName | Specify the name of the group. |