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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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.



19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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.



19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
# File 'lib/aws-sdk-ec2/types.rb', line 19023

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