Class: Aws::EC2::Types::GetIpamDiscoveredAccountsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetIpamDiscoveredAccountsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam_discovered_accounts  ⇒ Array<Types::IpamDiscoveredAccount> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Discovered accounts.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the pagination token from a previous request to retrieve the next page of results.
 
Instance Attribute Details
#ipam_discovered_accounts ⇒ Array<Types::IpamDiscoveredAccount>
Discovered accounts.
      37697 37698 37699 37700 37701 37702  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37697 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
      37697 37698 37699 37700 37701 37702  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37697 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end  |