LaunchTemplateInstanceMarketOptionsRequest
public struct LaunchTemplateInstanceMarketOptionsRequest : 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: LaunchTemplateSpotMarketOptionsRequest?
-
Undocumented
Declaration
Swift
public init(marketType: MarketType? = nil, spotOptions: LaunchTemplateSpotMarketOptionsRequest? = nil)