AWSEC2ModifySpotFleetRequestResponse
Objective-C
@interface AWSEC2ModifySpotFleetRequestResponse
Swift
class AWSEC2ModifySpotFleetRequestResponse
Contains the output of ModifySpotFleetRequest.
-
Is
true
if the request succeeds, and an error otherwise.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returned;
Swift
var returned: NSNumber? { get set }