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

MemoryInfo

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

Describes the memory for the instance type.

interface MemoryInfo {
SizeInMiB?: number | null;
}

§Properties

§
SizeInMiB?: number | null
[src]

The size of the memory, in MiB.