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

Class: Aws::EC2::Types::ImportInstanceVolumeDetailItem

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

Overview

Describes an import volume task.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone where the resulting instance will reside.

Returns:

  • (String)

    The Availability Zone where the resulting instance will reside.

#bytes_convertedInteger

The number of bytes converted so far.

Returns:

  • (Integer)

    The number of bytes converted so far.

#descriptionString

A description of the task.

Returns:

  • (String)

    A description of the task.

#imageTypes::DiskImageDescription

The image.

Returns:

#statusString

The status of the import of this particular disk image.

Returns:

  • (String)

    The status of the import of this particular disk image.

#status_messageString

The status information or errors related to the disk image.

Returns:

  • (String)

    The status information or errors related to the disk image.

#volumeTypes::DiskImageVolumeDescription

The volume.

Returns: