CreateCachediSCSIVolumeOutput constructor

CreateCachediSCSIVolumeOutput({
  1. String? targetARN,
  2. String? volumeARN,
})

Implementation

CreateCachediSCSIVolumeOutput({
  this.targetARN,
  this.volumeARN,
});