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/directoryservice.ts?docs=full";
interface ListTagsForResourceRequest {
Limit?: number | null;
NextToken?: string | null;
ResourceId: string;
}

§Properties

§
Limit?: number | null
[src]

Reserved for future use.

§
NextToken?: string | null
[src]

Reserved for future use.

§
ResourceId: string
[src]

Identifier (ID) of the directory for which you want to retrieve tags.