AWSEC2CancelledSpotInstanceRequest
Objective-C
@interface AWSEC2CancelledSpotInstanceRequest
Swift
class AWSEC2CancelledSpotInstanceRequest
Describes a request to cancel a Spot Instance.
-
The ID of the Spot Instance request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable spotInstanceRequestId;
Swift
var spotInstanceRequestId: String? { get set }
-
The state of the Spot Instance request.
Declaration
Objective-C
@property (nonatomic) AWSEC2CancelSpotInstanceRequestState state;
Swift
var state: AWSEC2CancelSpotInstanceRequestState { get set }