TCognitoIdentityListIdentitiesRequest
Class in AWS.CognitoIdentity
ListIdentities request class.
Ancestors
Properties
IdentityPoolId
property IdentityPoolId: string
MaxResults
property MaxResults: Integer
NextToken
property NextToken: string
HideDisabled
property HideDisabled: TOptional<Boolean>
Constructors
Create
constructor Create(const AIdentityPoolId: string; const AMaxResults: Integer; const ANextToken: string = '');
Constructor for TCognitoIdentityListIdentitiesRequest.
Parameters
| Name | Description |
|---|---|
AIdentityPoolId | Specify the ID of the identity pool in the format. |
AMaxResults | Specify the maximum number of identities to return. |
ANextToken | Specify a NextToken from a previous response to fetch more results. |