Response from the DescribeSubnets action
{ "type": "object", "description": "Response from the DescribeSubnets action", "properties": { "subnetSet": { "type": "array", "description": "Information about the subnets", "items": { "$ref": "#/components/schemas/Subnet" } }, "nextToken": { "type": "string", "description": "Token for the next page of results" } }, "$schema": "http://json-schema.org/draft-07/schema#", "title": "DescribeSubnetsResponse" }