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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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.



32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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)


32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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:



32238
32239
32240
32241
32242
32243
32244
32245
32246
32247
32248
32249
32250
32251
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32238

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