You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an instance export task.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the resource being exported.

Returns:

  • (String)

    A description of the resource being exported.

#export_task_idString

The ID of the export task.

Returns:

  • (String)

    The ID of the export task.

#export_to_s3_taskTypes::ExportToS3Task

Information about the export task.

Returns:

#instance_export_detailsTypes::InstanceExportDetails

Information about the instance to export.

Returns:

#stateString

The state of the export task.

Possible values:

  • active
  • cancelling
  • cancelled
  • completed

Returns:

  • (String)

    The state of the export task.

#status_messageString

The status message related to the export task.

Returns:

  • (String)

    The status message related to the export task.

#tagsArray<Types::Tag>

The tags for the export task.

Returns:

  • (Array<Types::Tag>)

    The tags for the export task.