Class: Aws::EC2::Types::ExportImageTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportImageTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an export image task.
Constant Summary collapse
- SENSITIVE =
[]
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 export image task.
Instance Attribute Details
#description ⇒ String
A description of the image being exported.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#export_image_task_id ⇒ String
The ID of the export image task.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The ID of the image.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#progress ⇒ String
The percent complete of the export image task.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#s3_export_location ⇒ Types::ExportTaskS3Location
Information about the destination Amazon S3 bucket.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the export image task. The possible values are ‘active`, `completed`, `deleting`, and `deleted`.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the export image task.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the export image task.
34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 |
# File 'lib/aws-sdk-ec2/types.rb', line 34720 class ExportImageTask < Struct.new( :description, :export_image_task_id, :image_id, :progress, :s3_export_location, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |