Amazon WorkSpaces · Schema

DescribeClientPropertiesResult

DescribeClientPropertiesResult schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
ClientPropertiesList object
View JSON Schema on GitHub

JSON Schema

workspaces-describe-client-properties-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ClientPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientPropertiesList"
        },
        {
          "description": "Information about the specified Amazon WorkSpaces clients."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeClientPropertiesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-client-properties-result-schema.json",
  "description": "DescribeClientPropertiesResult schema from Amazon WorkSpaces API"
}