Class: Aws::EC2::Types::DescribeIpamScopesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeIpamScopesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam_scopes  ⇒ Array<Types::IpamScope> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scopes you want information on.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#ipam_scopes ⇒ Array<Types::IpamScope>
The scopes you want information on.
      23272 23273 23274 23275 23276 23277  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23272 class DescribeIpamScopesResult < Struct.new( :next_token, :ipam_scopes) 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.
      23272 23273 23274 23275 23276 23277  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23272 class DescribeIpamScopesResult < Struct.new( :next_token, :ipam_scopes) SENSITIVE = [] include Aws::Structure end  |