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

DiskInfo

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

Describes a disk.

interface DiskInfo {
Count?: number | null;
SizeInGB?: number | null;
Type?: DiskType | null;
}

§Properties

§
Count?: number | null
[src]

The number of disks with this configuration.

§
SizeInGB?: number | null
[src]

The size of the disk in GB.

§
Type?: DiskType | null
[src]

The type of disk.