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

ListTagsForProjectRequest

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

§Properties

§
id: string
[src]

The ID of the project to get tags for.

§
maxResults?: number | null
[src]

Reserved for future use.

§
nextToken?: string | null
[src]

Reserved for future use.