Class: Aws::EC2::Types::DescribeImportImageTasksResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeImportImageTasksResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #import_image_tasks  ⇒ Array<Types::ImportImageTask> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to get the next page of results.
 
Instance Attribute Details
#import_image_tasks ⇒ Array<Types::ImportImageTask>
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
      21318 21319 21320 21321 21322 21323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 21318 class DescribeImportImageTasksResult < Struct.new( :import_image_tasks, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to get the next page of results. This value is ‘null` when there are no more results to return.
      21318 21319 21320 21321 21322 21323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 21318 class DescribeImportImageTasksResult < Struct.new( :import_image_tasks, :next_token) SENSITIVE = [] include Aws::Structure end  |