InstanceTypeSpecification constructor

InstanceTypeSpecification({
  1. String? bidPrice,
  2. double? bidPriceAsPercentageOfOnDemandPrice,
  3. List<Configuration>? configurations,
  4. List<EbsBlockDevice>? ebsBlockDevices,
  5. bool? ebsOptimized,
  6. String? instanceType,
  7. int? weightedCapacity,
})

Implementation

InstanceTypeSpecification({
  this.bidPrice,
  this.bidPriceAsPercentageOfOnDemandPrice,
  this.configurations,
  this.ebsBlockDevices,
  this.ebsOptimized,
  this.instanceType,
  this.weightedCapacity,
});