Class: Aws::EC2::Types::ImportSnapshotTask

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

Overview

Describes an import snapshot task.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the import snapshot task.

Returns:

  • (String)


14576
14577
14578
14579
14580
14581
# File 'lib/aws-sdk-ec2/types.rb', line 14576

class ImportSnapshotTask < 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)


14576
14577
14578
14579
14580
14581
# File 'lib/aws-sdk-ec2/types.rb', line 14576

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

#snapshot_task_detailTypes::SnapshotTaskDetail

Describes an import snapshot task.



14576
14577
14578
14579
14580
14581
# File 'lib/aws-sdk-ec2/types.rb', line 14576

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