route53resolver_untag_resource {paws.networking} | R Documentation |
Removes one or more tags from a specified resource
Description
Removes one or more tags from a specified resource.
See https://www.paws-r-sdk.com/docs/route53resolver_untag_resource/ for full documentation.
Usage
route53resolver_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to remove
tags from. To get the ARN for a resource, use the applicable |
TagKeys |
[required] The tags that you want to remove to the specified resource. |
[Package paws.networking version 0.7.0 Index]