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)


8376
8377
8378
8379
8380
8381
8382
8383
8384
# File 'lib/aws-sdk-ec2/types.rb', line 8376

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

#export_to_s3_taskTypes::ExportToS3TaskSpecification

The format and location for an export instance task.



8376
8377
8378
8379
8380
8381
8382
8383
8384
# File 'lib/aws-sdk-ec2/types.rb', line 8376

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


8376
8377
8378
8379
8380
8381
8382
8383
8384
# File 'lib/aws-sdk-ec2/types.rb', line 8376

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

#tag_specificationsArray<Types::TagSpecification>

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

Returns:



8376
8377
8378
8379
8380
8381
8382
8383
8384
# File 'lib/aws-sdk-ec2/types.rb', line 8376

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

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


8376
8377
8378
8379
8380
8381
8382
8383
8384
# File 'lib/aws-sdk-ec2/types.rb', line 8376

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