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.3/services/rum.ts?docs=full";
interface ListTagsForResourceResponse {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

The ARN of the resource that you are viewing.

§
Tags: {
[key: string]: string | null | undefined;
}
[src]

The list of tag keys and values associated with the resource you specified.