AWSEC2SnapshotDetail
Objective-C
@interface AWSEC2SnapshotDetail
Swift
class AWSEC2SnapshotDetail
Describes the snapshot created from the imported disk.
-
A description for the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The block device mapping for the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceName;Swift
var deviceName: String? { get set } -
The size of the disk in the snapshot, in GiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable diskImageSize;Swift
var diskImageSize: NSNumber? { get set } -
The format of the disk image from which the snapshot is created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable format;Swift
var format: String? { get set } -
The percentage of progress for the task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable progress;Swift
var progress: String? { get set } -
The snapshot ID of the disk being imported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotId;Swift
var snapshotId: String? { get set } -
A brief status of the snapshot creation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable status;Swift
var status: String? { get set } -
A detailed status message for the snapshot creation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;Swift
var statusMessage: String? { get set } -
The URL used to access the disk image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable url;Swift
var url: String? { get set } -
The Amazon S3 bucket for the disk image.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2UserBucketDetails *_Nullable userBucket;Swift
var userBucket: AWSEC2UserBucketDetails? { get set }
View on GitHub
Install in Dash
AWSEC2SnapshotDetail Class Reference