AWSEC2MemoryGiBPerVCpuRequest
Objective-C
@interface AWSEC2MemoryGiBPerVCpuRequest
Swift
class AWSEC2MemoryGiBPerVCpuRequest
The minimum and maximum amount of memory per vCPU, in GiB.
-
The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;
Swift
var max: NSNumber? { get set }
-
The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;
Swift
var min: NSNumber? { get set }