AWSEC2FleetOnDemandAllocationStrategy

Objective-C

NS_ENUM(NSInteger, AWSEC2FleetOnDemandAllocationStrategy) {
    AWSEC2FleetOnDemandAllocationStrategyUnknown,
    AWSEC2FleetOnDemandAllocationStrategyLowestPrice,
    AWSEC2FleetOnDemandAllocationStrategyPrioritized,
}

Swift

enum AWSEC2FleetOnDemandAllocationStrategy : Int, @unchecked Sendable

Undocumented