View source: R/proton_operations.R
proton_untag_resource | R Documentation |
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
See https://www.paws-r-sdk.com/docs/proton_untag_resource/ for full documentation.
proton_untag_resource(resourceArn, tagKeys)
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to remove customer tags from. |
tagKeys |
[required] A list of customer tag keys that indicate the customer tags to be removed from the resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.