Class: Aws::EC2::Types::SubnetIpPrefixes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SubnetIpPrefixes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Prefixes of the subnet IP.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ip_prefixes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Array of SubnetIpPrefixes objects.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the subnet.
 
Instance Attribute Details
#ip_prefixes ⇒ Array<String>
Array of SubnetIpPrefixes objects.
      68813 68814 68815 68816 68817 68818  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68813 class SubnetIpPrefixes < Struct.new( :subnet_id, :ip_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
ID of the subnet.
      68813 68814 68815 68816 68817 68818  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68813 class SubnetIpPrefixes < Struct.new( :subnet_id, :ip_prefixes) SENSITIVE = [] include Aws::Structure end  |