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

EstimatedResourceSize

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

The estimated size of the resource.

interface EstimatedResourceSize {
estimatedOn?: Date | number | null;
estimatedSizeInBytes?: number | null;
}

§Properties

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

The time when the estimate of the size of the resource was made.

§
estimatedSizeInBytes?: number | null
[src]

The estimated size of the resource, in bytes.