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

PolicyDescription

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

Information about a policy.

interface PolicyDescription {
PolicyAttributeDescriptions: PolicyAttributeDescription[];
PolicyName?: string | null;
PolicyTypeName?: string | null;
}

§Properties

§
PolicyAttributeDescriptions: PolicyAttributeDescription[]
[src]

The policy attributes.

§
PolicyName?: string | null
[src]

The name of the policy.

§
PolicyTypeName?: string | null
[src]

The name of the policy type.