Class: Aws::EC2::Types::UnassignIpv6AddressesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::UnassignIpv6AddressesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_addresses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 addresses to unassign from the network interface.
 - 
  
    
      #ipv_6_prefixes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 prefixes 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.
      71459 71460 71461 71462 71463 71464 71465  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71459 class UnassignIpv6AddressesRequest < Struct.new( :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end  | 
  
#ipv_6_prefixes ⇒ Array<String>
The IPv6 prefixes to unassign from the network interface.
      71459 71460 71461 71462 71463 71464 71465  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71459 class UnassignIpv6AddressesRequest < Struct.new( :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface_id ⇒ String
The ID of the network interface.
      71459 71460 71461 71462 71463 71464 71465  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71459 class UnassignIpv6AddressesRequest < Struct.new( :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end  |