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
§
Attachments: VolumeAttachment[]
[src]§
State?: VolumeState | null
[src]§
VolumeType?: VolumeType | null
[src]