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

DescribeTagsOutput

import type { DescribeTagsOutput } from "https://aws-api.deno.dev/v0.3/services/elb.ts?docs=full";

Contains the output for DescribeTags.

interface DescribeTagsOutput {
TagDescriptions: TagDescription[];
}

§Properties

§
TagDescriptions: TagDescription[]
[src]

Information about the tags.