Class: Aws::MigrationHubOrchestrator::Types::GetWorkflowStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetWorkflowStepResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the step was created.
-
#description ⇒ String
The description of the step.
-
#end_time ⇒ Time
The time at which the step ended.
-
#last_start_time ⇒ Time
The time at which the workflow was last started.
-
#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.
-
#outputs ⇒ Array<Types::WorkflowStepOutput>
The outputs of the step.
-
#owner ⇒ String
The owner of the step.
-
#previous ⇒ Array<String>
The previous step.
-
#script_output_location ⇒ String
The output 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_group_id ⇒ String
The ID of the step group.
-
#step_id ⇒ String
The ID of the step.
-
#step_target ⇒ Array<String>
The servers on which a step will be run.
-
#total_no_of_srv ⇒ Integer
The total number of servers that have been migrated.
-
#workflow_id ⇒ String
The ID of the migration workflow.
-
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
The custom script to run tests on source or target environments.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the step was created.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which the step ended.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#last_start_time ⇒ Time
The time at which the workflow was last started.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#no_of_srv_completed ⇒ Integer
The number of servers that have been migrated.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#no_of_srv_failed ⇒ Integer
The number of servers that have failed to migrate.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::WorkflowStepOutput>
The outputs of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#script_output_location ⇒ String
The output location of the script.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the migration workflow.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) 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.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The ID of the step.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#step_target ⇒ Array<String>
The servers on which a step will be run.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#total_no_of_srv ⇒ Integer
The total number of servers that have been migrated.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
The custom script to run tests on source or target environments.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1055 class GetWorkflowStepResponse < Struct.new( :name, :step_group_id, :workflow_id, :step_id, :description, :step_action_type, :owner, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status, :status_message, :script_output_location, :creation_time, :last_start_time, :end_time, :no_of_srv_completed, :no_of_srv_failed, :total_no_of_srv) SENSITIVE = [] include Aws::Structure end |