AWSEC2DescribeImportSnapshotTasksResult
Objective-C
@interface AWSEC2DescribeImportSnapshotTasksResult
Swift
class AWSEC2DescribeImportSnapshotTasksResult
-
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ImportSnapshotTask *> *_Nullable importSnapshotTasks;Swift
var importSnapshotTasks: [AWSEC2ImportSnapshotTask]? { 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
AWSEC2DescribeImportSnapshotTasksResult Class Reference