omics_untag_resource {paws.storage} | R Documentation |
Removes tags from a resource
Description
Removes tags from a resource.
See https://www.paws-r-sdk.com/docs/omics_untag_resource/ for full documentation.
Usage
omics_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The resource's ARN. |
tagKeys |
[required] Keys of tags to remove. |
[Package paws.storage version 0.6.0 Index]