TCognitoIdentityProviderListUserPoolClientsRequest
Class in AWS.CognitoIdentityProvider
ListUserPoolClients request class.
Ancestors
Properties
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId: string);
Constructor for TCognitoIdentityProviderListUserPoolClientsRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |