Amazon WorkSpaces Web · JSON Structure

Workspaces Web Update Ip Access Settings Response Structure

UpdateIpAccessSettingsResponse schema from Amazon WorkSpaces Web API

Type: object Properties: 1 Required: 1
End User ComputingSecure BrowserVirtual DesktopZero Trust

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

Properties

ipAccessSettings

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ipAccessSettings"
  ],
  "properties": {
    "ipAccessSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAccessSettings"
        },
        {
          "description": "The IP access settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "UpdateIpAccessSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-update-ip-access-settings-response-structure.json",
  "description": "UpdateIpAccessSettingsResponse schema from Amazon WorkSpaces Web API"
}