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

TotalLocalStorageGBRequest

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

The minimum and maximum amount of total local storage, in GB.

interface TotalLocalStorageGBRequest {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

§
Min?: number | null
[src]

The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.