Amazon WorkSpaces Web · JSON Structure

Workspaces Web List Ip Access Settings Response Structure

ListIpAccessSettingsResponse schema from Amazon WorkSpaces Web API

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

ListIpAccessSettingsResponse 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

ipAccessSettings nextToken

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

JSON Structure

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