TCognitoIdentityProviderListUsersRequest
Class in AWS.CognitoIdentityProvider
ListUsers request class.
Ancestors
Properties
AttributesToGet
property AttributesToGet: TList<string>
Filter
property Filter: string
Limit
property Limit: TOptional<Integer>
PaginationToken
property PaginationToken: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId: string);
Constructor for TCognitoIdentityProviderListUsersRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |