Amazon WorkSpaces · JSON Structure

Workspaces Describe Tags Result Structure

DescribeTagsResult schema from Amazon WorkSpaces API

Type: object Properties: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

DescribeTagsResult is a JSON Structure definition published by Amazon WorkSpaces, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TagList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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