Untag Resource
dlm_untag_resource | R Documentation |
Removes the specified tags from the specified resource¶
Description¶
Removes the specified tags from the specified resource.
Usage¶
dlm_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
TagKeys |
[required] The tag keys. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)