DetachVolumeOutput constructor

DetachVolumeOutput({
  1. String? volumeARN,
})

Implementation

DetachVolumeOutput({
  this.volumeARN,
});