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 {
readonly diskNumber?: number;
readonly sizeGb?: bigint;
readonly volumeId?: string;
}

§Properties

§
readonly diskNumber?: number
[src]

Output only. The ordinal number of the disk.

§
readonly sizeGb?: bigint
[src]

Output only. Size in GB.

§
readonly volumeId?: string
[src]

Output only. AWS volume ID.