Class: Aws::EC2::Types::DescribeImportImageTasksResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_image_tasksArray<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.

Returns:



19348
19349
19350
19351
19352
19353
# File 'lib/aws-sdk-ec2/types.rb', line 19348

class DescribeImportImageTasksResult < Struct.new(
  :import_image_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


19348
19349
19350
19351
19352
19353
# File 'lib/aws-sdk-ec2/types.rb', line 19348

class DescribeImportImageTasksResult < Struct.new(
  :import_image_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end