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

BillingDetails

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

An object that describes workflow billing details.

interface BillingDetails {
billedDurationInMilliseconds?: number | null;
billedMemoryUsedInMB?: number | null;
}

§Properties

§
billedDurationInMilliseconds?: number | null
[src]

Billed duration of your workflow, in milliseconds.

§
billedMemoryUsedInMB?: number | null
[src]

Billed memory consumption of your workflow, in MB.