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.4/services/transcribeservice.ts?docs=full";
interface ListTagsForResourceResponse {
ResourceArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) specified in your request.

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

Lists all tags associated with the given transcription job, vocabulary, model, or resource.