drs_untag_resource {paws.developer.tools} | R Documentation |
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources
Description
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
See https://www.paws-r-sdk.com/docs/drs_untag_resource/ for full documentation.
Usage
drs_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] ARN of the resource for which tags are to be removed. |
tagKeys |
[required] Array of tags to be removed. |
[Package paws.developer.tools version 0.7.0 Index]