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

ListTagsForResourceRequest

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

§Properties

§
MaxResults?: number | null
[src]

Specifies how many results that you want in the response.

§
NextToken?: string | null
[src]

Specifies an opaque string that indicates the position to begin the next list of results in the response.

§
ResourceArn: string
[src]

Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.