Class: Aws::EC2::Types::DescribeByoipCidrsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeByoipCidrsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #byoip_cidrs  ⇒ Array<Types::ByoipCidr> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about your address ranges.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#byoip_cidrs ⇒ Array<Types::ByoipCidr>
Information about your address ranges.
      18205 18206 18207 18208 18209 18210  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 18205 class DescribeByoipCidrsResult < Struct.new( :byoip_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.
      18205 18206 18207 18208 18209 18210  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 18205 class DescribeByoipCidrsResult < Struct.new( :byoip_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end  |