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

DescribeBandwidthRateLimitOutput

import type { DescribeBandwidthRateLimitOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

A JSON object containing the following fields:

interface DescribeBandwidthRateLimitOutput {
AverageDownloadRateLimitInBitsPerSec?: number | null;
AverageUploadRateLimitInBitsPerSec?: number | null;
GatewayARN?: string | null;
}

§Properties

§
AverageDownloadRateLimitInBitsPerSec?: number | null
[src]

The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.

§
AverageUploadRateLimitInBitsPerSec?: number | null
[src]

The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.

§
GatewayARN?: string | null
[src]