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

ListRoutesResponse

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

§Properties

§
NextToken?: string | null
[src]

The token for the next page of results.

§
RouteSummaryList?: RouteSummary[] | null
[src]

The list of RouteSummary objects.