Class: Aws::CodeBuild::Types::NetworkInterface
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::NetworkInterface
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Describes a network interface.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet.
 
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
      3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 3917 class NetworkInterface < Struct.new( :subnet_id, :network_interface_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The ID of the subnet.
      3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 3917 class NetworkInterface < Struct.new( :subnet_id, :network_interface_id) SENSITIVE = [] include Aws::Structure end  |