Class: Aws::EC2::Types::InstanceIpv4Prefix
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceIpv4Prefix
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about an IPv4 prefix.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_4_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more IPv4 prefixes assigned to the network interface.
 
Instance Attribute Details
#ipv_4_prefix ⇒ String
One or more IPv4 prefixes assigned to the network interface.
      42783 42784 42785 42786 42787  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42783 class InstanceIpv4Prefix < Struct.new( :ipv_4_prefix) SENSITIVE = [] include Aws::Structure end  |