Amazon VPC · Schema

DescribeVpcsResponse

Response from the DescribeVpcs action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
vpcSet array Information about the VPCs
nextToken string Token for the next page of results
View JSON Schema on GitHub

JSON Schema

amazon-vpc-describe-vpcs-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Response from the DescribeVpcs action",
  "properties": {
    "vpcSet": {
      "type": "array",
      "description": "Information about the VPCs",
      "items": {
        "$ref": "#/components/schemas/Vpc"
      }
    },
    "nextToken": {
      "type": "string",
      "description": "Token for the next page of results"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DescribeVpcsResponse"
}