codegurusecurity_untag_resource {paws.developer.tools} | R Documentation |
Use to remove one or more tags from an existing scan
Description
Use to remove one or more tags from an existing scan.
See https://www.paws-r-sdk.com/docs/codegurusecurity_untag_resource/ for full documentation.
Usage
codegurusecurity_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The ARN of the |
tagKeys |
[required] A list of keys for each tag you want to remove from a scan. |
[Package paws.developer.tools version 0.7.0 Index]