Untag Resource
braket_untag_resource | R Documentation |
Remove tags from a resource¶
Description¶
Remove tags from a resource.
Usage¶
braket_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] Specify the |
tagKeys |
[required] Specify the keys for the tags to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)