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

RaidArray

import type { RaidArray } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface RaidArray {
AvailabilityZone?: string | null;
CreatedAt?: string | null;
Device?: string | null;
InstanceId?: string | null;
Iops?: number | null;
MountPoint?: string | null;
Name?: string | null;
NumberOfDisks?: number | null;
RaidArrayId?: string | null;
RaidLevel?: number | null;
Size?: number | null;
StackId?: string | null;
VolumeType?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
CreatedAt?: string | null
[src]
§
Device?: string | null
[src]
§
InstanceId?: string | null
[src]
§
Iops?: number | null
[src]
§
MountPoint?: string | null
[src]
§
Name?: string | null
[src]
§
NumberOfDisks?: number | null
[src]
§
RaidArrayId?: string | null
[src]
§
RaidLevel?: number | null
[src]
§
Size?: number | null
[src]
§
StackId?: string | null
[src]
§
VolumeType?: string | null
[src]