Class: Aws::EC2::Types::ImportSnapshotResult

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

Overview

Contains the output for ImportSnapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the import snapshot task.

Returns:

  • (String)


14553
14554
14555
14556
14557
14558
# File 'lib/aws-sdk-ec2/types.rb', line 14553

class ImportSnapshotResult < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail)
  include Aws::Structure
end

#import_task_idString

The ID of the import snapshot task.

Returns:

  • (String)


14553
14554
14555
14556
14557
14558
# File 'lib/aws-sdk-ec2/types.rb', line 14553

class ImportSnapshotResult < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail)
  include Aws::Structure
end

#snapshot_task_detailTypes::SnapshotTaskDetail

Information about the import snapshot task.



14553
14554
14555
14556
14557
14558
# File 'lib/aws-sdk-ec2/types.rb', line 14553

class ImportSnapshotResult < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail)
  include Aws::Structure
end