Untag Resource
quicksight_untag_resource | R Documentation |
Removes a tag or tags from a resource¶
Description¶
Removes a tag or tags from a resource.
Usage¶
quicksight_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to untag. |
TagKeys |
[required] The keys of the key-value pairs for the resource tag or tags assigned to the resource. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)