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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

ListTagsForResourceRequest

interface ListTagsForResourceRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of locations to return.

§
NextToken?: string | null
[src]

An opaque string that indicates the position at which to begin the next list of locations.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource whose tags to list.