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

FpgaDeviceInfo

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

Describes the FPGA accelerator for the instance type.

interface FpgaDeviceInfo {
Count?: number | null;
Manufacturer?: string | null;
MemoryInfo?: FpgaDeviceMemoryInfo | null;
Name?: string | null;
}

§Properties

§
Count?: number | null
[src]

The count of FPGA accelerators for the instance type.

§
Manufacturer?: string | null
[src]

The manufacturer of the FPGA accelerator.

§
MemoryInfo?: FpgaDeviceMemoryInfo | null
[src]

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

§
Name?: string | null
[src]

The name of the FPGA accelerator.