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

ListTagsForResourceInput

import type { ListTagsForResourceInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

ListTagsForResourceInput

interface ListTagsForResourceInput {
Limit?: number | null;
Marker?: string | null;
ResourceARN: string;
}

§Properties

§
Limit?: number | null
[src]

Specifies that the list of tags returned be limited to the specified number of items.

§
Marker?: string | null
[src]

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

§
ResourceARN: string
[src]

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