AttachVolumeOutput constructor

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

Implementation

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