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

ReasonCodeSummary

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

A summary of a finding reason code.

interface ReasonCodeSummary {
name?: FindingReasonCode | null;
value?: number | null;
}

§Properties

§

The name of the finding reason code.

§
value?: number | null
[src]

The value of the finding reason code summary.