elasticinference_untag_resource {paws.machine.learning} | R Documentation |
Removes the specified tags from an Elastic Inference Accelerator
Description
Removes the specified tags from an Elastic Inference Accelerator.
See https://www.paws-r-sdk.com/docs/elasticinference_untag_resource/ for full documentation.
Usage
elasticinference_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The ARN of the Elastic Inference Accelerator to untag. |
tagKeys |
[required] The list of tags to remove from the Elastic Inference Accelerator. |
[Package paws.machine.learning version 0.7.0 Index]