Class: Aws::EC2::Types::ExportTask

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

Overview

Describes an instance export task.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the resource being exported.

Returns:

  • (String)


18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end

#export_task_idString

The ID of the export task.

Returns:

  • (String)


18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end

#export_to_s3_taskTypes::ExportToS3Task

Information about the export task.



18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end

#instance_export_detailsTypes::InstanceExportDetails

Information about the instance to export.



18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end

#stateString

The state of the export task.

Returns:

  • (String)


18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end

#status_messageString

The status message related to the export task.

Returns:

  • (String)


18899
18900
18901
18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-ec2/types.rb', line 18899

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message)
  include Aws::Structure
end