AWSEC2FleetOnDemandAllocationStrategy
Objective-C
NS_ENUM(NSInteger, AWSEC2FleetOnDemandAllocationStrategy) {
AWSEC2FleetOnDemandAllocationStrategyUnknown,
AWSEC2FleetOnDemandAllocationStrategyLowestPrice,
AWSEC2FleetOnDemandAllocationStrategyPrioritized,
}
Swift
enum AWSEC2FleetOnDemandAllocationStrategy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyLowestPriceSwift
case lowestPrice = 1 -
Undocumented
Declaration
Objective-C
AWSEC2FleetOnDemandAllocationStrategyPrioritizedSwift
case prioritized = 2
View on GitHub
Install in Dash
AWSEC2FleetOnDemandAllocationStrategy Enumeration Reference