Skip to main content

TRekognitionUntagResourceRequest

Class in AWS.Rekognition

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 TRekognitionTagResourceRequest.

Parameters

NameDescription
AReourceArnSpecify the Amazon Resource Name (ARN) of the collaction, stream processor, os custom model to remove tags from.
ATagKeysSpecify a list of tag keys to remove from the resource.