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

AwsDiskDetails

import type { AwsDiskDetails } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

The details of an AWS instance disk.

interface AwsDiskDetails {
diskNumber?: number;
sizeGb?: bigint;
volumeId?: string;
}

§Properties

§
diskNumber?: number
[src]

The ordinal number of the disk.

§
sizeGb?: bigint
[src]

Size in GB.

§
volumeId?: string
[src]

AWS volume ID.