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.3/services/athena.ts?docs=full";
interface ListTagsForResourceInput {
MaxResults?: number | null;
NextToken?: string | null;
ResourceARN: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to be returned per request that lists the tags for the resource.

§
NextToken?: string | null
[src]

The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.

§
ResourceARN: string
[src]

Lists the tags for the resource with the specified ARN.