AWSEC2VCpuCountRange
Objective-C
@interface AWSEC2VCpuCountRange
Swift
class AWSEC2VCpuCountRange
The minimum and maximum number of vCPUs.
-
The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;Swift
var max: NSNumber? { get set } -
The minimum number of vCPUs. If the value is
0, there is no minimum limit.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;Swift
var min: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2VCpuCountRange Class Reference