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

Class: Aws::MigrationHub::Types::MigrationTaskSummary

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

Overview

MigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)

    Unique identifier that references the migration task.

#progress_percentInteger

Indication of the percentage completion of the task.

Returns:

  • (Integer)

    Indication of the percentage completion of the task.

#progress_update_streamString

An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.

Returns:

  • (String)

    An AWS resource used for access control.

#statusString

Status of the task.

Possible values:

  • NOT_STARTED
  • IN_PROGRESS
  • FAILED
  • COMPLETED

Returns:

  • (String)

    Status of the task.

#status_detailString

Detail information of what is being done within the overall status state.

Returns:

  • (String)

    Detail information of what is being done within the overall status state.

#update_date_timeTime

The timestamp when the task was gathered.

Returns:

  • (Time)

    The timestamp when the task was gathered.