EbsVolume constructor

EbsVolume({
  1. String? device,
  2. String? volumeId,
})

Implementation

EbsVolume({
  this.device,
  this.volumeId,
});