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

FpgaDeviceMemoryInfo

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

Describes the memory for the FPGA accelerator for the instance type.

interface FpgaDeviceMemoryInfo {
SizeInMiB?: number | null;
}

§Properties

§
SizeInMiB?: number | null
[src]

The size of the memory available to the FPGA accelerator, in MiB.