Class: Aws::EC2::Types::CreateInstanceExportTaskRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

Returns:

  • (String)


9333
9334
9335
9336
9337
9338
9339
9340
9341
# File 'lib/aws-sdk-ec2/types.rb', line 9333

class CreateInstanceExportTaskRequest < Struct.new(
  :tag_specifications,
  :description,
  :instance_id,
  :target_environment,
  :export_to_s3_task)
  SENSITIVE = []
  include Aws::Structure
end

#export_to_s3_taskTypes::ExportToS3TaskSpecification

The format and location for an export instance task.



9333
9334
9335
9336
9337
9338
9339
9340
9341
# File 'lib/aws-sdk-ec2/types.rb', line 9333

class CreateInstanceExportTaskRequest < Struct.new(
  :tag_specifications,
  :description,
  :instance_id,
  :target_environment,
  :export_to_s3_task)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


9333
9334
9335
9336
9337
9338
9339
9340
9341
# File 'lib/aws-sdk-ec2/types.rb', line 9333

class CreateInstanceExportTaskRequest < Struct.new(
  :tag_specifications,
  :description,
  :instance_id,
  :target_environment,
  :export_to_s3_task)
  SENSITIVE = []
  include Aws::Structure
end

#tag_specificationsArray<Types::TagSpecification>

The tags to apply to the export instance task during creation.

Returns:



9333
9334
9335
9336
9337
9338
9339
9340
9341
# File 'lib/aws-sdk-ec2/types.rb', line 9333

class CreateInstanceExportTaskRequest < Struct.new(
  :tag_specifications,
  :description,
  :instance_id,
  :target_environment,
  :export_to_s3_task)
  SENSITIVE = []
  include Aws::Structure
end

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


9333
9334
9335
9336
9337
9338
9339
9340
9341
# File 'lib/aws-sdk-ec2/types.rb', line 9333

class CreateInstanceExportTaskRequest < Struct.new(
  :tag_specifications,
  :description,
  :instance_id,
  :target_environment,
  :export_to_s3_task)
  SENSITIVE = []
  include Aws::Structure
end