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

Class: Aws::EC2::Types::ConversionTask

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_task_idString

The ID of the conversion task.

Returns:

  • (String)

    The ID of the conversion task.

#expiration_timeString

The time when the task expires. If the upload isn\'t complete before the expiration time, we automatically cancel the task.

Returns:

  • (String)

    The time when the task expires.

#import_instanceTypes::ImportInstanceTaskDetails

If the task is for importing an instance, this contains information about the import instance task.

Returns:

#import_volumeTypes::ImportVolumeTaskDetails

If the task is for importing a volume, this contains information about the import volume task.

Returns:

#stateString

The state of the conversion task.

Possible values:

  • active
  • cancelling
  • cancelled
  • completed

Returns:

  • (String)

    The state of the conversion task.

#status_messageString

The status message related to the conversion task.

Returns:

  • (String)

    The status message related to the conversion task.

#tagsArray<Types::Tag>

Any tags assigned to the task.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the task.