AWSEC2FleetOnDemandAllocationStrategy
Objective-C
NS_ENUM(NSInteger, AWSEC2FleetOnDemandAllocationStrategy) {
AWSEC2FleetOnDemandAllocationStrategyUnknown,
AWSEC2FleetOnDemandAllocationStrategyLowestPrice,
AWSEC2FleetOnDemandAllocationStrategyPrioritized,
}
Swift
enum AWSEC2FleetOnDemandAllocationStrategy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyLowestPrice
Swift
case lowestPrice = 1
-
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyPrioritized
Swift
case prioritized = 2