Class: Aws::EC2::Types::InstanceIpv6Prefix
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceIpv6Prefix
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about an IPv6 prefix.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more IPv6 prefixes assigned to the network interface.
 
Instance Attribute Details
#ipv_6_prefix ⇒ String
One or more IPv6 prefixes assigned to the network interface.
      42838 42839 42840 42841 42842  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42838 class InstanceIpv6Prefix < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end  |