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
- Struct
- Aws::MigrationHub::Types::MigrationTask
- Defined in:
- (unknown)
Overview
Represents a migration task in a migration tool.
Returned by:
Instance Attribute Summary collapse
-
#migration_task_name ⇒ String
Unique identifier that references the migration task.
-
#progress_update_stream ⇒ 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.
-
#task ⇒ Types::Task
Task object encapsulating task information.
-
#update_date_time ⇒ Time
The timestamp when the task was gathered.
Instance Attribute Details
#migration_task_name ⇒ String
Unique identifier that references the migration task. Do not store personal data in this field.
#progress_update_stream ⇒ 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.
#task ⇒ Types::Task
Task object encapsulating task information.
#update_date_time ⇒ Time
The timestamp when the task was gathered.