IRekognitionUntagResourceRequest
Interface in AWS.Rekognition
Interface for UntagResource requests.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
Specify the Amazon Resource Name (ARN) of the collaction, stream processor, or custom model to remove tags from.
TagKeys
property TagKeys: TList<string>
Specify a list of tag keys to remove from the resource.
Methods
AddTagKey
function AddTagKey(const ATagKey: string): NativeInt;
Add a tag key to TagKeys.
Parameters
| Name | Description |
|---|---|
ATagKey | Specify a tag key to add to TagKeys. |
Returns
Returns the index of the tag key added to TagKeys.