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

ListNetworksOutput

import type { ListNetworksOutput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface ListNetworksOutput {
Networks?: NetworkSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Networks?: NetworkSummary[] | null
[src]

An array of NetworkSummary objects that contain configuration properties for each network.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.