appregistry_untag_resource {paws.management} | R Documentation |
Removes tags from a resource
Description
Removes tags from a resource.
See https://www.paws-r-sdk.com/docs/appregistry_untag_resource/ for full documentation.
Usage
appregistry_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon resource name (ARN) that specifies the resource. |
tagKeys |
[required] A list of the tag keys to remove from the specified resource. |
[Package paws.management version 0.9.0 Index]