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.
      38168 38169 38170 38171 38172 38173  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 38168 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.
      38168 38169 38170 38171 38172 38173  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 38168 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end  |