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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListTagsForResourceRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

§
NextToken?: string | null
[src]

The pagination token. This is for future use. Currently pagination is not supported for tagging.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.