Untag Resource
licensemanager_untag_resource | R Documentation |
Removes the specified tags from the specified license configuration¶
Description¶
Removes the specified tags from the specified license configuration.
Usage¶
licensemanager_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] Amazon Resource Name (ARN) of the license configuration. |
TagKeys |
[required] Keys identifying the tags to remove. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)