Class: Aws::EC2::Types::ExportTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an export instance task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the resource being exported.
-
#export_task_id ⇒ String
The ID of the export task.
-
#export_to_s3_task ⇒ Types::ExportToS3Task
Information about the export task.
-
#instance_export_details ⇒ Types::InstanceExportDetails
Information about the instance to export.
-
#state ⇒ String
The state of the export task.
-
#status_message ⇒ String
The status message related to the export task.
-
#tags ⇒ Array<Types::Tag>
The tags for the export task.
Instance Attribute Details
#description ⇒ String
A description of the resource being exported.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 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.
34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 |
# File 'lib/aws-sdk-ec2/types.rb', line 34765 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |