Amazon WorkSpaces · Schema

DescribeTagsResult

DescribeTagsResult schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
TagList object
View JSON Schema on GitHub

JSON Schema

workspaces-describe-tags-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "TagList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeTagsResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-tags-result-schema.json",
  "description": "DescribeTagsResult schema from Amazon WorkSpaces API"
}