AWSEC2MemoryGiBPerVCpu
Objective-C
@interface AWSEC2MemoryGiBPerVCpu
Swift
class AWSEC2MemoryGiBPerVCpu
The minimum and maximum amount of memory per vCPU, in GiB.
-
The maximum amount of memory per vCPU, in GiB. 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 amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;
Swift
var min: NSNumber? { get set }