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

ListTagsForResourceResult

import type { ListTagsForResourceResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface ListTagsForResourceResult {
tags?: Tag[] | null;
}

§Properties

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

A list of tag key and value pairs associated with the specified resource.