InstanceTypeSpecification constructor
InstanceTypeSpecification({
- String? bidPrice,
- double? bidPriceAsPercentageOfOnDemandPrice,
- List<
Configuration> ? configurations, - List<
EbsBlockDevice> ? ebsBlockDevices, - bool? ebsOptimized,
- String? instanceType,
- int? weightedCapacity,
Implementation
InstanceTypeSpecification({
this.bidPrice,
this.bidPriceAsPercentageOfOnDemandPrice,
this.configurations,
this.ebsBlockDevices,
this.ebsOptimized,
this.instanceType,
this.weightedCapacity,
});