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

ListResourcesRequest

import type { ListResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface ListResourcesRequest {
maxResults?: number | null;
nextToken?: string | null;
projectId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum amount of data that can be contained in a single set of results.

§
nextToken?: string | null
[src]

The continuation token for the next set of results, if the results cannot be returned in one response.

§
projectId: string
[src]

The ID of the project.