TCognitoIdentityDeleteIdentitiesRequest
Class in AWS.CognitoIdentity
DeleteIdentities request class.
Ancestors
Properties
IdentityIdsToDelete
property IdentityIdsToDelete: TList<string>
Constructors
Create
constructor Create(const AIdentityIdsToDelete: array of string);
Constructor for TCognitoIdentityDeleteIdentitiesRequest.
Parameters
| Name | Description |
|---|---|
AIdentityIdsToDelete | Specify a list of identites (up to 60) to delete. |