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

ListTagsForResourceResponse

import type { ListTagsForResourceResponse } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface ListTagsForResourceResponse {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§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 to get the next page of results.

§
Tags?: Tag[] | null
[src]

A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.