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

MemoryMiBRequest

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

The minimum and maximum amount of memory, in MiB.

interface MemoryMiBRequest {
Max?: number | null;
Min: number;
}

§Properties

§
Max?: number | null
[src]

The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.

§
Min: number
[src]

The minimum amount of memory, in MiB. To specify no minimum limit, specify 0.