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

PolicyTypeDescription

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

Information about a policy type.

interface PolicyTypeDescription {
Description?: string | null;
PolicyAttributeTypeDescriptions: PolicyAttributeTypeDescription[];
PolicyTypeName?: string | null;
}

§Properties

§
Description?: string | null
[src]

A description of the policy type.

§
PolicyAttributeTypeDescriptions: PolicyAttributeTypeDescription[]
[src]

The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

§
PolicyTypeName?: string | null
[src]

The name of the policy type.