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

ListContainerInstancesResponse

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

§Properties

§
containerInstanceArns?: string[] | null
[src]

The list of container instances with full ARN entries for each container instance associated with the specified cluster.

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListContainerInstances request. When the results of a ListContainerInstances request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.