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

DescribeEcsClustersResult

import type { DescribeEcsClustersResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a DescribeEcsClusters request.

interface DescribeEcsClustersResult {
EcsClusters?: EcsCluster[] | null;
NextToken?: string | null;
}

§Properties

§
EcsClusters?: EcsCluster[] | null
[src]

A list of EcsCluster objects containing the cluster descriptions.

§
NextToken?: string | null
[src]

If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.