Class: Aws::EC2::Types::ImportImageResult

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

Overview

Contains the output for ImportImage.

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the virtual machine.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#descriptionString

A description of the import task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#hypervisorString

The target hypervisor of the import task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#image_idString

The ID of the Amazon Machine Image (AMI) created by the import task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#import_task_idString

The task ID of the import image task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#license_typeString

The license type of the virtual machine.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#platformString

The operating system of the virtual machine.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#progressString

The progress of the task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#snapshot_detailsArray<Types::SnapshotDetail>

Information about the snapshots.

Returns:



14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#statusString

A brief status of the task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end

#status_messageString

A detailed status message of the import task.

Returns:

  • (String)


14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
# File 'lib/aws-sdk-ec2/types.rb', line 14067

class ImportImageResult < Struct.new(
  :architecture,
  :description,
  :hypervisor,
  :image_id,
  :import_task_id,
  :license_type,
  :platform,
  :progress,
  :snapshot_details,
  :status,
  :status_message)
  include Aws::Structure
end