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

TargetInstance

import type { TargetInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/costexplorer.ts";
interface TargetInstance {
CurrencyCode?: string | null;
DefaultTargetInstance?: boolean | null;
EstimatedMonthlyCost?: string | null;
EstimatedMonthlySavings?: string | null;
ExpectedResourceUtilization?: ResourceUtilization | null;
PlatformDifferences?: PlatformDifference[] | null;
ResourceDetails?: ResourceDetails | null;
}

§Properties

§
CurrencyCode?: string | null
[src]
§
DefaultTargetInstance?: boolean | null
[src]
§
EstimatedMonthlyCost?: string | null
[src]
§
EstimatedMonthlySavings?: string | null
[src]
§
ExpectedResourceUtilization?: ResourceUtilization | null
[src]
§
PlatformDifferences?: PlatformDifference[] | null
[src]
§
ResourceDetails?: ResourceDetails | null
[src]