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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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.



32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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)


32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

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:



32207
32208
32209
32210
32211
32212
32213
32214
32215
32216
32217
32218
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32207

class ExportImageTask < Struct.new(
  :description,
  :export_image_task_id,
  :image_id,
  :progress,
  :s3_export_location,
  :status,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end