Class: Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DescribePublicIpv4PoolsResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 28138 28139 28140 28141 28142 28143 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28138 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.
| 28138 28139 28140 28141 28142 28143 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28138 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |