AWSEC2DescribeExportImageTasksResult
Objective-C
@interface AWSEC2DescribeExportImageTasksResult
Swift
class AWSEC2DescribeExportImageTasksResult
-
Information about the export image tasks.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ExportImageTask *> *_Nullable exportImageTasks;Swift
var exportImageTasks: [AWSEC2ExportImageTask]? { get set } -
The token to use to get the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeExportImageTasksResult Class Reference