You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ImportInstanceTaskDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an import instance task.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the task.

Returns:

  • (String)

    A description of the task.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#platformString

The instance operating system.

Possible values:

  • Windows

Returns:

  • (String)

    The instance operating system.

#volumesArray<Types::ImportInstanceVolumeDetailItem>

The volumes.

Returns: