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
| Name | Description |
|---|---|
AResourceArn | Specify the Amazon Resource Name (ARN) of the resource to remove tags from. |
ATagKeys | Specify the keys of the tags to remove from the resource. |