EC2ResourceDetails constructor

EC2ResourceDetails({
  1. String? hourlyOnDemandRate,
  2. String? instanceType,
  3. String? memory,
  4. String? networkPerformance,
  5. String? platform,
  6. String? region,
  7. String? sku,
  8. String? storage,
  9. String? vcpu,
})

Implementation

EC2ResourceDetails({
  this.hourlyOnDemandRate,
  this.instanceType,
  this.memory,
  this.networkPerformance,
  this.platform,
  this.region,
  this.sku,
  this.storage,
  this.vcpu,
});