Instance Fleet Launch Specifications
data class InstanceFleetLaunchSpecifications(val onDemandSpecifications: List<InstanceFleetLaunchSpecificationsOnDemandSpecification>? = null, val spotSpecifications: List<InstanceFleetLaunchSpecificationsSpotSpecification>? = null)
Constructors
Link copied to clipboard
constructor(onDemandSpecifications: List<InstanceFleetLaunchSpecificationsOnDemandSpecification>? = null, spotSpecifications: List<InstanceFleetLaunchSpecificationsSpotSpecification>? = null)