IIAMUntagResourceRequest
Interface in AWS.IAM
Base request interface for untagging resources.
Ancestors
Properties
TagKeys
property TagKeys: TList<string>
Specify a list of key names to remove tags with matching keys.
Methods
AddTagKey
function AddTagKey(const ATagKey: string): NativeInt;
Add a tag key to TagKeys.
Parameters
| Name | Description |
|---|---|
ATagKey | Specify the tag key to add to TagKeys. |
Returns
Returns the index of the tag key added to TagKeys.