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

TagDescription

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

The tags associated with a load balancer.

interface TagDescription {
LoadBalancerName?: string | null;
Tags: Tag[];
}

§Properties

§
LoadBalancerName?: string | null
[src]

The name of the load balancer.

§
Tags: Tag[]
[src]

The tags.