Class | AWS::EC2::ExportTask |
In: |
lib/aws/ec2/export_task.rb
|
Parent: | Resource |
@attr_reader [String] description
Description of the resource being exported.
@attr_reader [Symbol] state State of the conversion task.
Valid values :active, :cancelling, :cancelled and :completed.
@attr_reader [String] status_message Status message related to the
export task.
@attr_reader [String] instance_id ID of instance being exported.
@attr_reader [String] target_environment The target virtualization
environment.
@attr_reader [String] disk_image_format The format for the exported
image.
@attr_reader [String] container_format The container format used to
combine disk images with metadata (such as OVF).
@attr_reader [String] s3_bucket The name of the Amazon S3 bucket
the image will be exported to.
@attr_reader [String] s3_key The key of the Amazon S3 object
the image will be exported to.
export_task_id | -> | id |
export_task_id | [R] | @return [String] |