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

Class: Aws::MigrationHub::Types::MigrationTask

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

Overview

Represents a migration task in a migration tool.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_name ⇒ String

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_update_stream ⇒ String

A name that identifies the vendor of the migration tool being used.

Returns:

  • (String) —

    A name that identifies the vendor of the migration tool being used.

#resource_attribute_list ⇒ Array<Types::ResourceAttribute>

Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.

Returns:

#task ⇒ Types::Task

Task object encapsulating task information.

Returns:

  • (Types::Task) —

    Task object encapsulating task information.

#update_date_time ⇒ Time

The timestamp when the task was gathered.

Returns:

  • (Time) —

    The timestamp when the task was gathered.