AWSEC2InstanceMarketOptionsRequest
Objective-C
@interface AWSEC2InstanceMarketOptionsRequest
Swift
class AWSEC2InstanceMarketOptionsRequest
Describes the market (purchasing) option for the instances.
-
The market type.
Declaration
Objective-C
@property (nonatomic) AWSEC2MarketType marketType;Swift
var marketType: AWSEC2MarketType { get set } -
The options for Spot Instances.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SpotMarketOptions *_Nullable spotOptions;Swift
var spotOptions: AWSEC2SpotMarketOptions? { get set }
View on GitHub
Install in Dash
AWSEC2InstanceMarketOptionsRequest Class Reference