codepipeline_untag_resource {paws.developer.tools} | R Documentation |
Removes tags from an Amazon Web Services resource
Description
Removes tags from an Amazon Web Services resource.
See https://www.paws-r-sdk.com/docs/codepipeline_untag_resource/ for full documentation.
Usage
codepipeline_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to remove tags from. |
tagKeys |
[required] The list of keys for the tags to be removed from the resource. |
[Package paws.developer.tools version 0.7.0 Index]