Amazon WorkSpaces Web · JSON Structure

Workspaces Web List User Settings Response Structure

ListUserSettingsResponse schema from Amazon WorkSpaces Web API

Type: object Properties: 2
End User ComputingSecure BrowserVirtual DesktopZero Trust

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

Properties

nextToken userSettings

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The pagination token used to retrieve the next page of results for this operation. "
        }
      ]
    },
    "userSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserSettingsList"
        },
        {
          "description": "The user settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListUserSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-list-user-settings-response-structure.json",
  "description": "ListUserSettingsResponse schema from Amazon WorkSpaces Web API"
}