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

ListTagsForResourceOutput

import type { ListTagsForResourceOutput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface ListTagsForResourceOutput {
ResourceArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource's tags that you listed.

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

A list of the resource's tags.