Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListEnvironmentVpcsResponse

import type { ListEnvironmentVpcsResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface ListEnvironmentVpcsResponse {
EnvironmentVpcList?: EnvironmentVpc[] | null;
NextToken?: string | null;
}

§Properties

§
EnvironmentVpcList?: EnvironmentVpc[] | null
[src]

The list of EnvironmentVpc objects.

§
NextToken?: string | null
[src]

The token for the next page of results.