wellarchitected_untag_resource {paws.developer.tools} | R Documentation |
Deletes specified tags from a resource
Description
Deletes specified tags from a resource.
See https://www.paws-r-sdk.com/docs/wellarchitected_untag_resource/ for full documentation.
Usage
wellarchitected_untag_resource(WorkloadArn, TagKeys)
Arguments
WorkloadArn |
[required] |
TagKeys |
[required] A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource. |
[Package paws.developer.tools version 0.7.0 Index]