Skip to main content

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

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.
AGroupNameSpecify the name of the group.