TRekognitionDeleteUserRequest
Class in AWS.Rekognition
DeleteUser request class.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
CollectionId
property CollectionId: string
UserId
property UserId: string
Constructors
Create
constructor Create(const ACollectionId, AUserId: string);
Constructor for TRekognitionDeleteUserRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of an existing collection to remove user from. |
AUserId | Specify the ID of the user to be deleted. |