EbsBlockDevice constructor

EbsBlockDevice({
  1. String? device,
  2. VolumeSpecification? volumeSpecification,
})

Implementation

EbsBlockDevice({
  this.device,
  this.volumeSpecification,
});