CancelledSpotInstanceRequest
public struct CancelledSpotInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Spot Instance request.
Declaration
Swift
public let spotInstanceRequestId: String?
-
The state of the Spot Instance request.
Declaration
Swift
public let state: CancelSpotInstanceRequestState?
-
Undocumented
Declaration
Swift
public init(spotInstanceRequestId: String? = nil, state: CancelSpotInstanceRequestState? = nil)