Untag Resource
backupgateway_untag_resource | R Documentation |
Removes tags from the resource¶
Description¶
Removes tags from the resource.
Usage¶
backupgateway_untag_resource(ResourceARN, TagKeys)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) of the resource from which to remove tags. |
TagKeys |
[required] The list of tag keys specifying which tags to remove. |
Value¶
A list with the following syntax:
list(
ResourceARN = "string"
)
Request syntax¶
svc$untag_resource(
ResourceARN = "string",
TagKeys = list(
"string"
)
)