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

PolicyAttributeDescription

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

Information about a policy attribute.

interface PolicyAttributeDescription {
AttributeName?: string | null;
AttributeValue?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]

The name of the attribute.

§
AttributeValue?: string | null
[src]

The value of the attribute.