AWSEC2NetworkInterfaceCountRequest
Objective-C
@interface AWSEC2NetworkInterfaceCountRequest
Swift
class AWSEC2NetworkInterfaceCountRequest
The minimum and maximum number of network interfaces.
-
The maximum number of network interfaces. 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 number of network interfaces. 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
AWSEC2NetworkInterfaceCountRequest Class Reference