AWSEC2DiskImage
Objective-C
@interface AWSEC2DiskImage
Swift
class AWSEC2DiskImage
Describes a disk image.
-
A description of the disk image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Information about the disk image.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2DiskImageDetail *_Nullable image;
Swift
var image: AWSEC2DiskImageDetail? { get set }
-
Information about the volume.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VolumeDetail *_Nullable volume;
Swift
var volume: AWSEC2VolumeDetail? { get set }