AWSEC2DiskInfo
Objective-C
@interface AWSEC2DiskInfo
Swift
class AWSEC2DiskInfo
Describes a disk.
-
The number of disks with this configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The size of the disk in GB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sizeInGB;Swift
var sizeInGB: NSNumber? { get set } -
The type of disk.
Declaration
Objective-C
@property (nonatomic) AWSEC2DiskType types;Swift
var types: AWSEC2DiskType { get set }
View on GitHub
Install in Dash
AWSEC2DiskInfo Class Reference