Class: Aws::EC2::Types::NetworkInterfaceCount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkInterfaceCount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The minimum and maximum number of network interfaces.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of network interfaces.
 - 
  
    
      #min  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minimum number of network interfaces.
 
Instance Attribute Details
#max ⇒ Integer
The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.
      56606 56607 56608 56609 56610 56611  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56606 class NetworkInterfaceCount < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end  | 
  
#min ⇒ Integer
The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.
      56606 56607 56608 56609 56610 56611  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56606 class NetworkInterfaceCount < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end  |