AWSEC2ClientData
Objective-C
@interface AWSEC2ClientData
Swift
class AWSEC2ClientData
Describes the client-specific data.
-
A user-defined comment about the disk upload.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable comment;Swift
var comment: String? { get set } -
The time that the disk upload ends.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable uploadEnd;Swift
var uploadEnd: Date? { get set } -
The size of the uploaded disk image, in GiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable uploadSize;Swift
var uploadSize: NSNumber? { get set } -
The time that the disk upload starts.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable uploadStart;Swift
var uploadStart: Date? { get set }
View on GitHub
Install in Dash
AWSEC2ClientData Class Reference