AWSEC2LaunchTemplateInstanceMarketOptionsRequest
Objective-C
@interface AWSEC2LaunchTemplateInstanceMarketOptionsRequest
Swift
class AWSEC2LaunchTemplateInstanceMarketOptionsRequest
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) AWSEC2LaunchTemplateSpotMarketOptionsRequest *_Nullable spotOptions;
Swift
var spotOptions: AWSEC2LaunchTemplateSpotMarketOptionsRequest? { get set }