Class: Aws::EC2::Types::ExportImageTask

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an export image task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the image being exported.

Returns:

  • (String)


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_idString

The ID of the export image task.

Returns:

  • (String)


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_idString

The ID of the image.

Returns:

  • (String)


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

#progressString

The percent complete of the export image task.

Returns:

  • (String)


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_locationTypes::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

#statusString

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

Returns:

  • (String)


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_messageString

The status message for the export image task.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

Any tags assigned to the export image task.

Returns:



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