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/frauddetector.ts?docs=full";
interface ListTagsForResourceRequest {
maxResults?: number | null;
nextToken?: string | null;
resourceARN: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of objects to return for the request.

§
nextToken?: string | null
[src]

The next token from the previous results.

§
resourceARN: string
[src]

The ARN that specifies the resource whose tags you want to list.