EBSOptions constructor

EBSOptions({
  1. bool? eBSEnabled,
  2. int? iops,
  3. int? volumeSize,
  4. VolumeType? volumeType,
})

Implementation

EBSOptions({
  this.eBSEnabled,
  this.iops,
  this.volumeSize,
  this.volumeType,
});