AWSEC2OnDemandAllocationStrategy

Objective-C

NS_ENUM(NSInteger, AWSEC2OnDemandAllocationStrategy) {
    AWSEC2OnDemandAllocationStrategyUnknown,
    AWSEC2OnDemandAllocationStrategyLowestPrice,
    AWSEC2OnDemandAllocationStrategyPrioritized,
}

Swift

enum AWSEC2OnDemandAllocationStrategy : Int, @unchecked Sendable

Undocumented