{ "type": "object", "name": "DescribeIpGroupsRequest", "properties": { "GroupIds": { "allOf": [ { "$ref": "#/components/schemas/IpGroupIdList" }, { "description": "The identifiers of one or more IP access control groups." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/Limit" }, { "description": "The maximum number of items to return." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-ip-groups-request-structure.json", "description": "DescribeIpGroupsRequest schema from Amazon WorkSpaces API" }