Class: Aws::EC2::Types::GetIpamPoolCidrsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetIpamPoolCidrsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam_pool_cidrs  ⇒ Array<Types::IpamPoolCidr> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the CIDRs provisioned to an IPAM pool.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#ipam_pool_cidrs ⇒ Array<Types::IpamPoolCidr>
Information about the CIDRs provisioned to an IPAM pool.
      35675 35676 35677 35678 35679 35680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35675 class GetIpamPoolCidrsResult < Struct.new( :ipam_pool_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      35675 35676 35677 35678 35679 35680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35675 class GetIpamPoolCidrsResult < Struct.new( :ipam_pool_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end  |