DescribeWorkingStorageOutput constructor

DescribeWorkingStorageOutput({
  1. List<String>? diskIds,
  2. String? gatewayARN,
  3. int? workingStorageAllocatedInBytes,
  4. int? workingStorageUsedInBytes,
})

Implementation

DescribeWorkingStorageOutput({
  this.diskIds,
  this.gatewayARN,
  this.workingStorageAllocatedInBytes,
  this.workingStorageUsedInBytes,
});