EbsBlockDevice constructor
EbsBlockDevice({
- bool? deleteOnTermination,
- int? iops,
- String? snapshotId,
- int? volumeSize,
- VolumeType? volumeType,
Implementation
EbsBlockDevice({
this.deleteOnTermination,
this.iops,
this.snapshotId,
this.volumeSize,
this.volumeType,
});