Class: Aws::EC2::Types::Ipv4PrefixSpecificationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Ipv4PrefixSpecificationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the IPv4 prefix option for a network interface.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_4_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv4 prefix.
 
Instance Attribute Details
#ipv_4_prefix ⇒ String
The IPv4 prefix. For information, see [ Assigning prefixes to network interfaces] in the *Amazon EC2 User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html
      47407 47408 47409 47410 47411  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47407 class Ipv4PrefixSpecificationRequest < Struct.new( :ipv_4_prefix) SENSITIVE = [] include Aws::Structure end  |