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

Class: Aws::EC2::Types::ImportImageTask

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

Overview

Describes an import image task.

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

Returns:

  • (String)

    The architecture of the virtual machine.

#descriptionString

A description of the import task.

Returns:

  • (String)

    A description of the import task.

#encryptedBoolean

Indicates whether the image is encrypted.

Returns:

  • (Boolean)

    Indicates whether the image is encrypted.

#hypervisorString

The target hypervisor for the import task.

Valid values: xen

Returns:

  • (String)

    The target hypervisor for the import task.

#image_idString

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

Returns:

  • (String)

    The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

#import_task_idString

The ID of the import image task.

Returns:

  • (String)

    The ID of the import image task.

#kms_key_idString

The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted image.

Returns:

  • (String)

    The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted image.

#license_specificationsArray<Types::ImportImageLicenseConfigurationResponse>

The ARNs of the license configurations that are associated with the import image task.

Returns:

#license_typeString

The license type of the virtual machine.

Returns:

  • (String)

    The license type of the virtual machine.

#platformString

The description string for the import image task.

Returns:

  • (String)

    The description string for the import image task.

#progressString

The percentage of progress of the import image task.

Returns:

  • (String)

    The percentage of progress of the import image task.

#snapshot_detailsArray<Types::SnapshotDetail>

Information about the snapshots.

Returns:

#statusString

A brief status for the import image task.

Returns:

  • (String)

    A brief status for the import image task.

#status_messageString

A descriptive status message for the import image task.

Returns:

  • (String)

    A descriptive status message for the import image task.

#tagsArray<Types::Tag>

The tags for the import image task.

Returns:

  • (Array<Types::Tag>)

    The tags for the import image task.