Class: Aws::MigrationHub::Types::MigrationTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::MigrationTask
- Defined in:
- gems/aws-sdk-migrationhub/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.
885 886 887 888 889 890 891 892 893 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 885 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.
885 886 887 888 889 890 891 892 893 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 885 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.
885 886 887 888 889 890 891 892 893 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 885 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.
885 886 887 888 889 890 891 892 893 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 885 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.
885 886 887 888 889 890 891 892 893 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 885 class MigrationTask < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :resource_attribute_list) SENSITIVE = [] include Aws::Structure end |