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

DescribeClustersResponse

import type { DescribeClustersResponse } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface DescribeClustersResponse {
Clusters?: Cluster[] | null;
NextToken?: string | null;
}

§Properties

§
Clusters?: Cluster[] | null
[src]

A list of clusters.

§
NextToken?: string | null
[src]

An opaque string that indicates that the response contains only a subset of clusters. Use this value in a subsequent DescribeClusters request to get more clusters.