Class: Aws::EC2::Types::CreateNetworkInterfaceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateNetworkInterfaceResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #network_interface  ⇒ Types::NetworkInterface 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the network interface.
 
Instance Attribute Details
#client_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      10953 10954 10955 10956 10957 10958  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10953 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface ⇒ Types::NetworkInterface
Information about the network interface.
      10953 10954 10955 10956 10957 10958  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10953 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end  |