Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::WorkflowStepSummary
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The summary of the step in a migration workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the step.
-
#name ⇒ String
The name of the step.
-
#next ⇒ Array<String>
The next step.
-
#no_of_srv_completed ⇒ Integer
The number of servers that have been migrated.
-
#no_of_srv_failed ⇒ Integer
The number of servers that have failed to migrate.
-
#owner ⇒ String
The owner of the step.
-
#previous ⇒ Array<String>
The previous step.
-
#script_location ⇒ String
The location of the script.
-
#status ⇒ String
The status of the step.
-
#status_message ⇒ String
The status message of the migration workflow.
-
#step_action_type ⇒ String
The action type of the step.
-
#step_id ⇒ String
The ID of the step.
-
#total_no_of_srv ⇒ Integer
The total number of servers that have been migrated.
Instance Attribute Details
#description ⇒ String
The description of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#no_of_srv_completed ⇒ Integer
The number of servers that have been migrated.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#no_of_srv_failed ⇒ Integer
The number of servers that have failed to migrate.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#script_location ⇒ String
The location of the script.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the migration workflow.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#step_action_type ⇒ String
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The ID of the step.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |
#total_no_of_srv ⇒ Integer
The total number of servers that have been migrated.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2357 class WorkflowStepSummary < Struct.new( :step_id, :name, :step_action_type, :owner, :previous, :next, :status, :status_message, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv, :description, :script_location) SENSITIVE = [] include Aws::Structure end |