AWSEC2CancelImportTaskResult
Objective-C
@interface AWSEC2CancelImportTaskResult
Swift
class AWSEC2CancelImportTaskResult
-
The ID of the task being canceled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable importTaskId;
Swift
var importTaskId: String? { get set }
-
The current state of the task being canceled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable previousState;
Swift
var previousState: String? { get set }
-
The current state of the task being canceled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable state;
Swift
var state: String? { get set }