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.4/services/xray.ts?docs=full";
interface ListTagsForResourceRequest {
NextToken?: string | null;
ResourceARN: string;
}

§Properties

§
NextToken?: string | null
[src]

A pagination token. If multiple pages of results are returned, use the NextToken value returned with the current page of results as the value of this parameter to get the next page of results.

§
ResourceARN: string
[src]

The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.