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

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

Overview

Describes a conversion task.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_task_idString

The ID of the conversion task.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#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)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#import_instanceTypes::ImportInstanceTaskDetails

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



3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#import_volumeTypes::ImportVolumeTaskDetails

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



3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#stateString

The state of the conversion task.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#status_messageString

The status message related to the conversion task.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the task.

Returns:



3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-ec2/types.rb', line 3506

class ConversionTask < Struct.new(
  :conversion_task_id,
  :expiration_time,
  :import_instance,
  :import_volume,
  :state,
  :status_message,
  :tags)
  include Aws::Structure
end