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

DescribeRaidArraysResult

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

Contains the response to a DescribeRaidArrays request.

interface DescribeRaidArraysResult {
RaidArrays?: RaidArray[] | null;
}

§Properties

§
RaidArrays?: RaidArray[] | null
[src]

A RaidArrays object that describes the specified RAID arrays.