Class: Aws::EC2::Types::ExportTask

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

Overview

Describes an export instance task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the resource being exported.

Returns:

  • (String)


32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#export_task_idString

The ID of the export task.

Returns:

  • (String)


32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#export_to_s3_taskTypes::ExportToS3Task

Information about the export task.



32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_export_detailsTypes::InstanceExportDetails

Information about the instance to export.



32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the export task.

Returns:

  • (String)


32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message related to the export task.

Returns:

  • (String)


32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the export task.

Returns:



32322
32323
32324
32325
32326
32327
32328
32329
32330
32331
32332
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32322

class ExportTask < Struct.new(
  :description,
  :export_task_id,
  :export_to_s3_task,
  :instance_export_details,
  :state,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end