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.4/services/autoscaling.ts?docs=full";

Specifies the minimum and maximum for the TotalLocalStorageGB object when you specify "InstanceRequirements" for an Auto Scaling group.

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

§Properties

§
Max?: number | null
[src]

The storage maximum in GB.

§
Min?: number | null
[src]

The storage minimum in GB.