Untag Resource
savingsplans_untag_resource | R Documentation |
Removes the specified tags from the specified resource¶
Description¶
Removes the specified tags from the specified resource.
Usage¶
savingsplans_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
tagKeys |
[required] The tag keys. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)