Class: Aws::EC2::Types::Ipv6PrefixSpecificationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Ipv6PrefixSpecificationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the IPv6 delegated prefixes assigned to a network interface.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 delegated prefixes assigned to the network interface.
 
Instance Attribute Details
#ipv_6_prefix ⇒ String
The IPv6 delegated prefixes assigned to the network interface.
      47041 47042 47043 47044 47045  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47041 class Ipv6PrefixSpecificationResponse < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end  |