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

Summary

import type { Summary } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

The summary of a recommendation.

interface Summary {
name?: Finding | null;
reasonCodeSummaries?: ReasonCodeSummary[] | null;
value?: number | null;
}

§Properties

§
name?: Finding | null
[src]

The finding classification of the recommendation.

§
reasonCodeSummaries?: ReasonCodeSummary[] | null
[src]

An array of objects that summarize a finding reason code.

§
value?: number | null
[src]

The value of the recommendation summary.