Amazon VPC · JSON Structure

Amazon Vpc Describe Subnets Response Structure

Response from the DescribeSubnets action

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

DescribeSubnetsResponse is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DescribeSubnetsResponse",
  "description": "Response from the DescribeSubnets action",
  "type": "object",
  "properties": [
    {
      "name": "subnetSet",
      "type": "array",
      "description": "Information about the subnets",
      "required": false
    },
    {
      "name": "nextToken",
      "type": "string",
      "description": "Token for the next page of results",
      "required": false
    }
  ]
}