Class: Aws::MigrationHub::Types::MigrationTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::MigrationTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Represents a migration task in a migration tool.
Constant Summary collapse
- SENSITIVE =
[]
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.*
675 676 677 678 679 680 681 682 683 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 675 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
A name that identifies the vendor of the migration tool being used.
675 676 677 678 679 680 681 682 683 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 675 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |
#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.
675 676 677 678 679 680 681 682 683 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 675 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |
#task ⇒ Types::Task
Task object encapsulating task information.
675 676 677 678 679 680 681 682 683 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 675 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The timestamp when the task was gathered.
675 676 677 678 679 680 681 682 683 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 675 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |