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.
8704 8705 8706 8707 8708 8709 8710 8711 8712 |
# File 'lib/aws-sdk-ec2/types.rb', line 8704 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end |
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
The format and location for an export instance task.
8704 8705 8706 8707 8708 8709 8710 8711 8712 |
# File 'lib/aws-sdk-ec2/types.rb', line 8704 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
8704 8705 8706 8707 8708 8709 8710 8711 8712 |
# File 'lib/aws-sdk-ec2/types.rb', line 8704 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the export instance task during creation.
8704 8705 8706 8707 8708 8709 8710 8711 8712 |
# File 'lib/aws-sdk-ec2/types.rb', line 8704 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end |
#target_environment ⇒ String
The target virtualization environment.
8704 8705 8706 8707 8708 8709 8710 8711 8712 |
# File 'lib/aws-sdk-ec2/types.rb', line 8704 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end |