Class: Aws::EC2::Types::CreateInstanceExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateInstanceExportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the conversion task or the resource being exported.
-
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
The format and location for an export instance task.
-
#instance_id ⇒ String
The ID of the instance.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the export instance task during creation.
-
#target_environment ⇒ String
The target virtualization environment.
Instance Attribute Details
#description ⇒ String
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
8542 8543 8544 8545 8546 8547 8548 8549 8550 |
# File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateInstanceExportTaskRequest < Struct.new( :description, :export_to_s3_task, :instance_id, :target_environment, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
The format and location for an export instance task.
8542 8543 8544 8545 8546 8547 8548 8549 8550 |
# File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateInstanceExportTaskRequest < Struct.new( :description, :export_to_s3_task, :instance_id, :target_environment, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
8542 8543 8544 8545 8546 8547 8548 8549 8550 |
# File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateInstanceExportTaskRequest < Struct.new( :description, :export_to_s3_task, :instance_id, :target_environment, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the export instance task during creation.
8542 8543 8544 8545 8546 8547 8548 8549 8550 |
# File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateInstanceExportTaskRequest < Struct.new( :description, :export_to_s3_task, :instance_id, :target_environment, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#target_environment ⇒ String
The target virtualization environment.
8542 8543 8544 8545 8546 8547 8548 8549 8550 |
# File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateInstanceExportTaskRequest < Struct.new( :description, :export_to_s3_task, :instance_id, :target_environment, :tag_specifications) SENSITIVE = [] include Aws::Structure end |