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

CostEstimationTimeRange

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

The time range of a cost estimation.

interface CostEstimationTimeRange {
EndTime?: Date | number | null;
StartTime?: Date | number | null;
}

§Properties

§
EndTime?: Date | number | null
[src]

The end time of the cost estimation.

§
StartTime?: Date | number | null
[src]

The start time of the cost estimation.