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

PolicyAttribute

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

Information about a policy attribute.

interface PolicyAttribute {
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.