Skip to main content

TCognitoIdentityProviderListUsersInGroupRequest

Class in AWS.CognitoIdentityProvider

ListUsersInGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

Limit

property Limit: TOptional<Integer>

NextToken

property NextToken: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AGroupName: string);

Constructor for TCognitoIdentityProviderListUsersInGroupRequest.

Parameters

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