Untag Resource
personalize_untag_resource | 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.
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. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)