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

ListEnvironmentsResponse

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

§Properties

§
EnvironmentSummaryList?: EnvironmentSummary[] | null
[src]

The list of EnvironmentSummary objects.

§
NextToken?: string | null
[src]

The token for the next page of results.