AWSEC2AcceleratorTotalMemoryMiBRequest
Objective-C
@interface AWSEC2AcceleratorTotalMemoryMiBRequest
Swift
class AWSEC2AcceleratorTotalMemoryMiBRequest
The minimum and maximum amount of total accelerator memory, in MiB.
-
The maximum amount of accelerator memory, in MiB. 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 accelerator memory, in MiB. To specify no minimum limit, omit this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;Swift
var min: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2AcceleratorTotalMemoryMiBRequest Class Reference