Class: Aws::EC2::Types::UnassignIpv6AddressesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::UnassignIpv6AddressesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface.
 - 
  
    
      #unassigned_ipv_6_addresses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 addresses that have been unassigned from the network interface.
 - 
  
    
      #unassigned_ipv_6_prefixes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 prefixes that have been unassigned from the network interface.
 
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
      71483 71484 71485 71486 71487 71488 71489  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71483 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#unassigned_ipv_6_addresses ⇒ Array<String>
The IPv6 addresses that have been unassigned from the network interface.
      71483 71484 71485 71486 71487 71488 71489  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71483 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#unassigned_ipv_6_prefixes ⇒ Array<String>
The IPv6 prefixes that have been unassigned from the network interface.
      71483 71484 71485 71486 71487 71488 71489  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71483 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end  |