Class: Aws::MigrationHubOrchestrator::Types::MigrationWorkflowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::MigrationWorkflowSummary
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The summary of a migration workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ads_application_configuration_name ⇒ String
The name of the application configured in Application Discovery Service.
-
#completed_steps ⇒ Integer
The steps completed in the migration workflow.
-
#creation_time ⇒ Time
The time at which the migration workflow was created.
-
#end_time ⇒ Time
The time at which the migration workflow ended.
-
#id ⇒ String
The ID of the migration workflow.
-
#name ⇒ String
The name of the migration workflow.
-
#status ⇒ String
The status of the migration workflow.
-
#status_message ⇒ String
The status message of the migration workflow.
-
#template_id ⇒ String
The ID of the template.
-
#total_steps ⇒ Integer
All the steps in a migration workflow.
Instance Attribute Details
#ads_application_configuration_name ⇒ String
The name of the application configured in Application Discovery Service.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#completed_steps ⇒ Integer
The steps completed in the migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the migration workflow was created.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which the migration workflow ended.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |
#total_steps ⇒ Integer
All the steps in a migration workflow.
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309 class MigrationWorkflowSummary < Struct.new( :id, :name, :template_id, :ads_application_configuration_name, :status, :creation_time, :end_time, :status_message, :completed_steps, :total_steps) SENSITIVE = [] include Aws::Structure end |