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

DescribeCacheOutput

import type { DescribeCacheOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";
interface DescribeCacheOutput {
CacheAllocatedInBytes?: number | null;
CacheDirtyPercentage?: number | null;
CacheHitPercentage?: number | null;
CacheMissPercentage?: number | null;
CacheUsedPercentage?: number | null;
DiskIds?: string[] | null;
GatewayARN?: string | null;
}

§Properties

§
CacheAllocatedInBytes?: number | null
[src]
§
CacheDirtyPercentage?: number | null
[src]
§
CacheHitPercentage?: number | null
[src]
§
CacheMissPercentage?: number | null
[src]
§
CacheUsedPercentage?: number | null
[src]
§
DiskIds?: string[] | null
[src]
§
GatewayARN?: string | null
[src]