Skip to main content

TSESV2UntagResourceRequest

Class in AWS.SESV2

UntagResource request class.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

TagKeys

property TagKeys: TList<string>

Constructors

Create

constructor Create(const AResourceArn: TARN; ATagKeys: TArray<string>);

Constructor for TSESV2UntagResourceRequest.

Parameters

NameDescription
AResourceArnSpecify the Amazon Resource Name (ARN) of the resource to remove tags from.
ATagKeysSpecify the keys of the tags to remove from the resource.