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