InstanceMarketOptionsRequest
public struct InstanceMarketOptionsRequest : 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: SpotMarketOptions? -
Undocumented
Declaration
Swift
public init(marketType: MarketType? = nil, spotOptions: SpotMarketOptions? = nil)
View on GitHub
InstanceMarketOptionsRequest Structure Reference