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

ListVirtualClustersResponse

import type { ListVirtualClustersResponse } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface ListVirtualClustersResponse {
nextToken?: string | null;
virtualClusters?: VirtualCluster[] | null;
}

§Properties

§
nextToken?: string | null
[src]

This output displays the token for the next set of virtual clusters.

§
virtualClusters?: VirtualCluster[] | null
[src]

This output lists the specified virtual clusters.