View source: R/codedeploy_operations.R
codedeploy_untag_resource | R Documentation |
Disassociates a resource from a list of tags. The resource is identified by the ResourceArn
input parameter. The tags are identified by the list of keys in the TagKeys
input parameter.
See https://www.paws-r-sdk.com/docs/codedeploy_untag_resource/ for full documentation.
codedeploy_untag_resource(ResourceArn, TagKeys)
ResourceArn |
[required] The Amazon Resource Name (ARN) that specifies from which resource to
disassociate the tags with the keys in the |
TagKeys |
[required] A list of keys of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.