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