Class: Aws::EC2::Types::Ipv6PrefixSpecificationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::Ipv6PrefixSpecificationRequest
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the IPv6 prefix option for a network interface.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IPv6 prefix. 
Instance Attribute Details
#ipv_6_prefix ⇒ String
The IPv6 prefix.
| 51793 51794 51795 51796 51797 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51793 class Ipv6PrefixSpecificationRequest < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |