Amazon WorkSpaces · JSON Structure

Workspaces Describe Client Properties Result Structure

DescribeClientPropertiesResult schema from Amazon WorkSpaces API

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

DescribeClientPropertiesResult 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

ClientPropertiesList

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

JSON Structure

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