ivs_untag_resource {paws.analytics} | R Documentation |
Removes tags from the resource with the specified ARN
Description
Removes tags from the resource with the specified ARN.
See https://www.paws-r-sdk.com/docs/ivs_untag_resource/ for full documentation.
Usage
ivs_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] ARN of the resource for which tags are to be removed. The ARN must be URL-encoded. |
tagKeys |
[required] Array of tags to be removed. Array of maps, each of the form
|
[Package paws.analytics version 0.7.0 Index]