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

Volume

import type { Volume } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface Volume {
Attachments: VolumeAttachment[];
AvailabilityZone?: string | null;
CreateTime?: Date | number | null;
Encrypted?: boolean | null;
FastRestored?: boolean | null;
Iops?: number | null;
KmsKeyId?: string | null;
MultiAttachEnabled?: boolean | null;
OutpostArn?: string | null;
Size?: number | null;
SnapshotId?: string | null;
State?: VolumeState | null;
Tags: Tag[];
Throughput?: number | null;
VolumeId?: string | null;
VolumeType?: VolumeType | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
CreateTime?: Date | number | null
[src]
§
Encrypted?: boolean | null
[src]
§
FastRestored?: boolean | null
[src]
§
Iops?: number | null
[src]
§
KmsKeyId?: string | null
[src]
§
MultiAttachEnabled?: boolean | null
[src]
§
OutpostArn?: string | null
[src]
§
Size?: number | null
[src]
§
SnapshotId?: string | null
[src]
§
State?: VolumeState | null
[src]
§
Tags: Tag[]
[src]
§
Throughput?: number | null
[src]
§
VolumeId?: string | null
[src]
§
VolumeType?: VolumeType | null
[src]