Ebs constructor

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

Implementation

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