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