CreateStorediSCSIVolumeOutput constructor

CreateStorediSCSIVolumeOutput({
  1. String? targetARN,
  2. String? volumeARN,
  3. int? volumeSizeInBytes,
})

Implementation

CreateStorediSCSIVolumeOutput({
  this.targetARN,
  this.volumeARN,
  this.volumeSizeInBytes,
});