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

RecoveryInstanceDisk

import type { RecoveryInstanceDisk } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

An object representing a block storage device on the Recovery Instance.

interface RecoveryInstanceDisk {
bytes?: number | null;
ebsVolumeID?: string | null;
internalDeviceName?: string | null;
}

§Properties

§
bytes?: number | null
[src]

The amount of storage on the disk in bytes.

§
ebsVolumeID?: string | null
[src]

The EBS Volume ID of this disk.

§
internalDeviceName?: string | null
[src]

The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.