AWSEC2TotalLocalStorageGBRequest
Objective-C
@interface AWSEC2TotalLocalStorageGBRequest
Swift
class AWSEC2TotalLocalStorageGBRequest
The minimum and maximum amount of total local storage, in GB.
-
The maximum amount of total local storage, in GB. 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 total local storage, in GB. To specify no minimum limit, omit this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;
Swift
var min: NSNumber? { get set }