EBSOptions constructor
EBSOptions({
- bool? eBSEnabled,
- int? iops,
- int? volumeSize,
- VolumeType? volumeType,
Implementation
EBSOptions({
this.eBSEnabled,
this.iops,
this.volumeSize,
this.volumeType,
});