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

ListResourcesResult

import type { ListResourcesResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface ListResourcesResult {
nextToken?: string | null;
resources?: Resource[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The continuation token to use when requesting the next set of results, if there are more results to be returned.

§
resources?: Resource[] | null
[src]

An array of resources associated with the project.