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

DescribeBandwidthRateLimitScheduleOutput

import type { DescribeBandwidthRateLimitScheduleOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface DescribeBandwidthRateLimitScheduleOutput {
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | null;
GatewayARN?: string | null;
}

§Properties

§
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | null
[src]

An array that contains the bandwidth rate limit intervals for a tape or volume gateway.

§
GatewayARN?: string | null
[src]