personalize_untag_resource {paws.machine.learning} | R Documentation |
Removes the specified tags that are attached to a resource
Description
Removes the specified tags that are attached to a resource. For more information, see Removing tags from Amazon Personalize resources.
See https://www.paws-r-sdk.com/docs/personalize_untag_resource/ for full documentation.
Usage
personalize_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The resource's Amazon Resource Name (ARN). |
tagKeys |
[required] The keys of the tags to be removed. |
[Package paws.machine.learning version 0.9.0 Index]