appmesh_untag_resource {paws.networking} | R Documentation |
Deletes specified tags from a resource
Description
Deletes specified tags from a resource.
See https://www.paws-r-sdk.com/docs/appmesh_untag_resource/ for full documentation.
Usage
appmesh_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to delete tags from. |
tagKeys |
[required] The keys of the tags to be removed. |
[Package paws.networking version 0.9.0 Index]