marketplacecatalog_untag_resource {paws.cost.management} | R Documentation |
Removes a tag or list of tags from a resource (either an entity or change set)
Description
Removes a tag or list of tags from a resource (either an entity or change set).
See https://www.paws-r-sdk.com/docs/marketplacecatalog_untag_resource/ for full documentation.
Usage
marketplacecatalog_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from. |
TagKeys |
[required] Required. A list of key names of tags to be removed. Number of strings allowed: 0-256. |
[Package paws.cost.management version 0.9.0 Index]