InstanceTypeConfig constructor
      
      InstanceTypeConfig({ 
    
    
- required String instanceType,
- String? bidPrice,
- double? bidPriceAsPercentageOfOnDemandPrice,
- List<Configuration> ? configurations,
- EbsConfiguration? ebsConfiguration,
- int? weightedCapacity,
Implementation
InstanceTypeConfig({
  required this.instanceType,
  this.bidPrice,
  this.bidPriceAsPercentageOfOnDemandPrice,
  this.configurations,
  this.ebsConfiguration,
  this.weightedCapacity,
});