AWSEC2ModifySpotFleetRequestResponse
Objective-C
@interface AWSEC2ModifySpotFleetRequestResponse
Swift
class AWSEC2ModifySpotFleetRequestResponse
Contains the output of ModifySpotFleetRequest.
-
If the request succeeds, the response returns
true
. If the request fails, no response is returned, and instead an error message is returned.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returned;
Swift
var returned: NSNumber? { get set }