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

#description ⇒ String

A description of the resource being exported.

Returns:

  • (String)


43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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_id ⇒ String

The ID of the export task.

Returns:

  • (String)


43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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_task ⇒ Types::ExportToS3Task

Information about the export task.



43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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_details ⇒ Types::InstanceExportDetails

Information about the instance to export.



43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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

#state ⇒ String

The state of the export task.

Returns:

  • (String)


43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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_message ⇒ String

The status message related to the export task.

Returns:

  • (String)


43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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

#tags ⇒ Array<Types::Tag>

The tags for the export task.

Returns:



43834
43835
43836
43837
43838
43839
43840
43841
43842
43843
43844
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43834

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