EbsBlockDevice constructor

EbsBlockDevice({
  1. bool? deleteOnTermination,
  2. int? iops,
  3. String? snapshotId,
  4. int? volumeSize,
  5. VolumeType? volumeType,
})

Implementation

EbsBlockDevice({
  this.deleteOnTermination,
  this.iops,
  this.snapshotId,
  this.volumeSize,
  this.volumeType,
});