Class: Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribePublicIpv4PoolsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #public_ipv_4_pools  ⇒ Array<Types::PublicIpv4Pool> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the address pools.
 
Instance Attribute Details
#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.
      25422 25423 25424 25425 25426 25427  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 25422 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#public_ipv_4_pools ⇒ Array<Types::PublicIpv4Pool>
Information about the address pools.
      25422 25423 25424 25425 25426 25427  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 25422 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end  |