Class: Aws::EC2::Types::DescribeImportSnapshotTasksResult

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

Overview

Contains the output for DescribeImportSnapshotTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#import_snapshot_tasksArray<Types::ImportSnapshotTask>

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

Returns:



11738
11739
11740
11741
11742
# File 'lib/aws-sdk-ec2/types.rb', line 11738

class DescribeImportSnapshotTasksResult < Struct.new(
  :import_snapshot_tasks,
  :next_token)
  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)


11738
11739
11740
11741
11742
# File 'lib/aws-sdk-ec2/types.rb', line 11738

class DescribeImportSnapshotTasksResult < Struct.new(
  :import_snapshot_tasks,
  :next_token)
  include Aws::Structure
end