You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::UnassignIpv6AddressesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::UnassignIpv6AddressesRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UnassignIpv6AddressesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  ipv_6_addresses: ["String"], # required
  network_interface_id: "NetworkInterfaceId", # required
}
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_addresses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IPv6 addresses to unassign from the network interface. 
- 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the network interface. 
Instance Attribute Details
#ipv_6_addresses ⇒ Array<String>
The IPv6 addresses to unassign from the network interface.
#network_interface_id ⇒ String
The ID of the network interface.