AWSEC2ImportSnapshotResult
Objective-C
@interface AWSEC2ImportSnapshotResult
Swift
class AWSEC2ImportSnapshotResult
-
A description of the import snapshot task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ID of the import snapshot task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable importTaskId;Swift
var importTaskId: String? { get set } -
Information about the import snapshot task.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SnapshotTaskDetail *_Nullable snapshotTaskDetail;Swift
var snapshotTaskDetail: AWSEC2SnapshotTaskDetail? { get set }
View on GitHub
Install in Dash
AWSEC2ImportSnapshotResult Class Reference