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

DescribeVolumeAttributeResult

import type { DescribeVolumeAttributeResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeVolumeAttributeResult {
AutoEnableIO?: AttributeBooleanValue | null;
ProductCodes: ProductCode[];
VolumeId?: string | null;
}

§Properties

§
AutoEnableIO?: AttributeBooleanValue | null
[src]

The state of autoEnableIO attribute.

§
ProductCodes: ProductCode[]
[src]

A list of product codes.

§
VolumeId?: string | null
[src]

The ID of the volume.