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

VolumeStatusAttachmentStatus

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

Information about the instances to which the volume is attached.

interface VolumeStatusAttachmentStatus {
InstanceId?: string | null;
IoPerformance?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The ID of the attached instance.

§
IoPerformance?: string | null
[src]

The maximum IOPS supported by the attached instance.