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

ServiceResourceCost

import type { ServiceResourceCost } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devopsguru.ts";
interface ServiceResourceCost {
Cost?: number | null;
Count?: number | null;
Type?: string | null;
UnitCost?: number | null;
}

§Properties

§
Cost?: number | null
[src]
§
Count?: number | null
[src]
§
Type?: string | null
[src]
§
UnitCost?: number | null
[src]