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

StrategySummary

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

Object containing the summary of the strategy recommendations.

interface StrategySummary {
count?: number | null;
strategy?: Strategy | null;
}

§Properties

§
count?: number | null
[src]

The count of recommendations per strategy.

§
strategy?: Strategy | null
[src]

The name of recommended strategy.