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

ListTagsForResourceResponse

import type { ListTagsForResourceResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface ListTagsForResourceResponse {
RequestId?: string | null;
Status?: number | null;
Tags?: Tag[] | null;
}

§Properties

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.

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

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.