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

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

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the virtual machine.

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 AMI is encrypted.

Returns:

  • (Boolean)

    Indicates whether the AMI is encrypted.

#hypervisorString

The target hypervisor of the import task.

Returns:

  • (String)

    The target hypervisor of the import task.

#image_idString

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

Returns:

  • (String)

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

#import_task_idString

The task ID of the import image task.

Returns:

  • (String)

    The task ID of the import image task.

#kms_key_idString

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

Returns:

  • (String)

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

#license_specificationsArray<Types::ImportImageLicenseConfigurationResponse>

The ARNs of the license configurations.

Returns:

#license_typeString

The license type of the virtual machine.

Returns:

  • (String)

    The license type of the virtual machine.

#platformString

The operating system of the virtual machine.

Returns:

  • (String)

    The operating system of the virtual machine.

#progressString

The progress of the task.

Returns:

  • (String)

    The progress of the task.

#snapshot_detailsArray<Types::SnapshotDetail>

Information about the snapshots.

Returns:

#statusString

A brief status of the task.

Returns:

  • (String)

    A brief status of the task.

#status_messageString

A detailed status message of the import task.

Returns:

  • (String)

    A detailed status message of the import task.

#tagsArray<Types::Tag>

Any tags assigned to the image being imported.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the image being imported.