Untag Resource
budgets_untag_resource | R Documentation |
Deletes tags associated with a budget or budget action resource¶
Description¶
Deletes tags associated with a budget or budget action resource.
Usage¶
budgets_untag_resource(ResourceARN, ResourceTagKeys)
Arguments¶
ResourceARN |
[required] The unique identifier for the resource. |
ResourceTagKeys |
[required] The key that's associated with the tag. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceARN = "string",
ResourceTagKeys = list(
"string"
)
)