LaunchTemplateInstanceMarketOptions
public struct LaunchTemplateInstanceMarketOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The market type.
Declaration
Swift
public let marketType: MarketType?
-
The options for Spot Instances.
Declaration
Swift
public let spotOptions: LaunchTemplateSpotMarketOptions?
-
Undocumented
Declaration
Swift
public init(marketType: MarketType? = nil, spotOptions: LaunchTemplateSpotMarketOptions? = nil)