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

ListCollectorsResponse

import type { ListCollectorsResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface ListCollectorsResponse {
Collectors?: Collector[] | null;
nextToken?: string | null;
}

§Properties

§
Collectors?: Collector[] | null
[src]

The list of all the installed collectors.

§
nextToken?: string | null
[src]

The token you use to retrieve the next set of results, or null if there are no more results.