Untag Resource
| appstream_untag_resource | R Documentation |
Disassociates one or more specified tags from the specified WorkSpaces Applications resource¶
Description¶
Disassociates one or more specified tags from the specified WorkSpaces Applications resource.
To list the current tags for your resources, use
list_tags_for_resource.
For more information about tags, see Tagging Your Resources in the Amazon WorkSpaces Applications Administration Guide.
Usage¶
appstream_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
TagKeys |
[required] The tag keys for the tags to disassociate. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)