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

ListTagsForResourceInput

import type { ListTagsForResourceInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListTagsForResourceInput {
maxResults?: number | null;
nextToken?: string | null;
resourceArn: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of tags to list.

§
nextToken?: string | null
[src]

A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource for the listed tags.