DeleteVolumeOutput constructor

DeleteVolumeOutput({
  1. String? volumeARN,
})

Implementation

DeleteVolumeOutput({
  this.volumeARN,
});