Untag Resource
route53profiles_untag_resource | R Documentation |
Removes one or more tags from a specified resource¶
Description¶
Removes one or more tags from a specified resource.
Usage¶
route53profiles_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to remove tags from. |
TagKeys |
[required] The tags that you want to remove to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)