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.4/services/storagegateway.ts?docs=full";

ListTagsForResourceOutput

interface ListTagsForResourceOutput {
Marker?: string | null;
ResourceARN?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Marker?: string | null
[src]

An opaque string that indicates the position at which to stop returning the list of tags.

§
ResourceARN?: string | null
[src]

The Amazon Resource Name (ARN) of the resource for which you want to list tags.

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

An array that contains the tags for the specified resource.