AWSEC2ExportImageTask
Objective-C
@interface AWSEC2ExportImageTask
Swift
class AWSEC2ExportImageTask
Describes an export image task.
-
A description of the image being exported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The ID of the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable exportImageTaskId;
Swift
var exportImageTaskId: String? { get set }
-
The ID of the image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageId;
Swift
var imageId: String? { get set }
-
The percent complete of the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable progress;
Swift
var progress: String? { get set }
-
Information about the destination Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ExportTaskS3Location *_Nullable s3ExportLocation;
Swift
var s3ExportLocation: AWSEC2ExportTaskS3Location? { get set }
-
The status of the export image task. The possible values are
active
,completed
,deleting
, anddeleted
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable status;
Swift
var status: String? { get set }
-
The status message for the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }