EC2Specification constructor

EC2Specification({
  1. OfferingClass? offeringClass,
})

Implementation

EC2Specification({
  this.offeringClass,
});