AWSEC2ExportImageTask
Objective-C
@interface AWSEC2ExportImageTaskSwift
class AWSEC2ExportImageTaskDescribes an export image task.
- 
                  
                  A description of the image being exported. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The ID of the export image task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable exportImageTaskId;Swift var exportImageTaskId: String? { get set }
- 
                  
                  The ID of the image. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable imageId;Swift var imageId: String? { get set }
- 
                  
                  The percent complete of the export image task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable progress;Swift var progress: String? { get set }
- 
                  
                  Information about the destination Amazon S3 bucket. DeclarationObjective-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.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable status;Swift var status: String? { get set }
- 
                  
                  The status message for the export image task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable statusMessage;Swift var statusMessage: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ExportImageTask Class Reference
        AWSEC2ExportImageTask Class Reference