TCognitoIdentityUntagResourceRequest
Class in AWS.CognitoIdentity
UntagResource request class.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
TagKeys
property TagKeys: TList<string>
Constructors
Create
constructor Create(const AResourceArn: TARN; const ATagKeys: array of string);
Constructor for TCognitoIdentityUntagResourceRequest.
Parameters
| Name | Description |
|---|---|
AResourceArn | Specify the Amazon Resource Name (ARN) of an Amazon Cognito identity pool. |
ATagKeys | Specify the keys of tags to remove from the identity pool. |