DescribeCacheOutput constructor

DescribeCacheOutput({
  1. int? cacheAllocatedInBytes,
  2. double? cacheDirtyPercentage,
  3. double? cacheHitPercentage,
  4. double? cacheMissPercentage,
  5. double? cacheUsedPercentage,
  6. List<String>? diskIds,
  7. String? gatewayARN,
})

Implementation

DescribeCacheOutput({
  this.cacheAllocatedInBytes,
  this.cacheDirtyPercentage,
  this.cacheHitPercentage,
  this.cacheMissPercentage,
  this.cacheUsedPercentage,
  this.diskIds,
  this.gatewayARN,
});