Class: Aws::EC2::Types::ExportImageResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the image being exported.

Returns:

  • (String)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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

#disk_image_formatString

The disk image format for the exported image.

Returns:

  • (String)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

class ExportImageResult < Struct.new(
  :description,
  :disk_image_format,
  :export_image_task_id,
  :image_id,
  :role_name,
  :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)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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

#image_idString

The ID of the image.

Returns:

  • (String)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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

#progressString

The percent complete of the export image task.

Returns:

  • (String)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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

#role_nameString

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

Returns:

  • (String)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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

#s3_export_locationTypes::ExportTaskS3Location

Information about the destination Amazon S3 bucket.



32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

class ExportImageResult < Struct.new(
  :description,
  :disk_image_format,
  :export_image_task_id,
  :image_id,
  :role_name,
  :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)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

class ExportImageResult < Struct.new(
  :description,
  :disk_image_format,
  :export_image_task_id,
  :image_id,
  :role_name,
  :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)


32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

class ExportImageResult < Struct.new(
  :description,
  :disk_image_format,
  :export_image_task_id,
  :image_id,
  :role_name,
  :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:



32155
32156
32157
32158
32159
32160
32161
32162
32163
32164
32165
32166
32167
32168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32155

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