Describe Tags
workspaces_describe_tags | R Documentation |
Describes the specified tags for the specified WorkSpaces resource¶
Description¶
Describes the specified tags for the specified WorkSpaces resource.
Usage¶
workspaces_describe_tags(ResourceId)
Arguments¶
ResourceId |
[required] The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases. |
Value¶
A list with the following syntax:
list(
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$describe_tags(
ResourceId = "string"
)