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

Class: Aws::EC2::Types::ExportImageResult

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the image being exported.

Returns:

  • (String)

    A description of the image being exported.

#disk_image_formatString

The disk image format for the exported image.

Possible values:

  • VMDK
  • RAW
  • VHD

Returns:

  • (String)

    The disk image format for the exported image.

#export_image_task_idString

The ID of the export image task.

Returns:

  • (String)

    The ID of the export image task.

#image_idString

The ID of the image.

Returns:

  • (String)

    The ID of the image.

#progressString

The percent complete of the export image task.

Returns:

  • (String)

    The percent complete of the export image task.

#role_nameString

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

Returns:

  • (String)

    The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

#s3_export_locationTypes::ExportTaskS3Location

Information about the destination Amazon S3 bucket.

Returns:

#statusString

The status of the export image task. The possible values are active, completed, deleting, and deleted.

Returns:

  • (String)

    The status of the export image task.

#status_messageString

The status message for the export image task.

Returns:

  • (String)

    The status message for the export image task.

#tagsArray<Types::Tag>

Any tags assigned to the image being exported.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the image being exported.