VpcInfoSubnets

VpcInfoSubnets
VpcInfoSubnets
JSON Example
{
    "vpc_id": "string",
    "cidr_block": "string",
    "description": "string",
    "subnets": [
        {
            "compatible": false,
            "connected_account_id": "string",
            "region_name": "string",
            "availability_zone": "string",
            "subnet_id": "string",
            "availability_zone_id": "string",
            "subnet_cidr_block": "string",
            "note": "string",
            "vpc_id": "string",
            "vpc_cidr_block": "string",
            "name": "string"
        }
    ]
}