Untag Resource
opsworkscm_untag_resource | R Documentation |
Removes specified tags from an AWS OpsWorks-CM server or backup¶
Description¶
Removes specified tags from an AWS OpsWorks-CM server or backup.
Usage¶
opsworkscm_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Number (ARN) of a resource from
which you want to remove tags. For example, |
TagKeys |
[required] The keys of tags that you want to remove. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)