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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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.
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 907 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 |