lightsail_untag_resource {paws.compute} | R Documentation |
Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource
Description
Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.
See https://www.paws-r-sdk.com/docs/lightsail_untag_resource/ for full documentation.
Usage
lightsail_untag_resource(resourceName, resourceArn = NULL, tagKeys)
Arguments
resourceName |
[required] The name of the resource from which you are removing a tag. |
resourceArn |
The Amazon Resource Name (ARN) of the resource from which you want to remove a tag. |
tagKeys |
[required] The tag keys to delete from the specified resource. |
[Package paws.compute version 0.9.0 Index]