Class: Aws::EC2::Types::AssignPrivateIpAddressesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssignPrivateIpAddressesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #assigned_ipv_4_prefixes  ⇒ Array<Types::Ipv4PrefixSpecification> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv4 prefixes that are assigned to the network interface.
 - 
  
    
      #assigned_private_ip_addresses  ⇒ Array<Types::AssignedPrivateIpAddress> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The private IP addresses assigned to the network interface.
 - 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface.
 
Instance Attribute Details
#assigned_ipv_4_prefixes ⇒ Array<Types::Ipv4PrefixSpecification>
The IPv4 prefixes that are assigned to the network interface.
      1874 1875 1876 1877 1878 1879 1880  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1874 class AssignPrivateIpAddressesResult < Struct.new( :network_interface_id, :assigned_private_ip_addresses, :assigned_ipv_4_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#assigned_private_ip_addresses ⇒ Array<Types::AssignedPrivateIpAddress>
The private IP addresses assigned to the network interface.
      1874 1875 1876 1877 1878 1879 1880  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1874 class AssignPrivateIpAddressesResult < Struct.new( :network_interface_id, :assigned_private_ip_addresses, :assigned_ipv_4_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface_id ⇒ String
The ID of the network interface.
      1874 1875 1876 1877 1878 1879 1880  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1874 class AssignPrivateIpAddressesResult < Struct.new( :network_interface_id, :assigned_private_ip_addresses, :assigned_ipv_4_prefixes) SENSITIVE = [] include Aws::Structure end  |