You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ExportImageTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportImageTask
- Defined in:
- (unknown)
Overview
Describes an export image task.
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the image being exported.
-
#export_image_task_id ⇒ String
The ID of the export image task.
-
#image_id ⇒ String
The ID of the image.
-
#progress ⇒ String
The percent complete of the export image task.
-
#s3_export_location ⇒ Types::ExportTaskS3Location
Information about the destination Amazon S3 bucket.
-
#status ⇒ String
The status of the export image task.
-
#status_message ⇒ String
The status message for the export image task.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the image being exported.
Instance Attribute Details
#description ⇒ String
A description of the image being exported.
#export_image_task_id ⇒ String
The ID of the export image task.
#image_id ⇒ String
The ID of the image.
#progress ⇒ String
The percent complete of the export image task.
#s3_export_location ⇒ Types::ExportTaskS3Location
Information about the destination Amazon S3 bucket.
#status ⇒ String
The status of the export image task. The possible values are active
,
completed
, deleting
, and deleted
.
#status_message ⇒ String
The status message for the export image task.
#tags ⇒ Array<Types::Tag>
Any tags assigned to the image being exported.