Untag Resource
auditmanager_untag_resource | R Documentation |
Removes a tag from a resource in Audit Manager¶
Description¶
Removes a tag from a resource in Audit Manager.
Usage¶
auditmanager_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the specified resource. |
tagKeys |
[required] The name or key of the tag. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)