Skip to main content

TCognitoIdentityProviderAdminListGroupsForUserRequest

Class in AWS.CognitoIdentityProvider

AdminListGroupsForUser request class.

Ancestors

Properties

Limit

property Limit: TOptional<Integer>

PaginationToken

property PaginationToken: string

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string);

Constructor for TCognitoIdentityProviderAdminListGroupsForUserRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.