forecastservice_untag_resource {paws.machine.learning} | R Documentation |
Deletes the specified tags from a resource
Description
Deletes the specified tags from a resource.
See https://www.paws-r-sdk.com/docs/forecastservice_untag_resource/ for full documentation.
Usage
forecastservice_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. |
TagKeys |
[required] The keys of the tags to be removed. |
[Package paws.machine.learning version 0.7.0 Index]