Class: Aws::MigrationHubOrchestrator::Types::TemplateStepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::TemplateStepSummary
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The summary of the step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the step.
-
#name ⇒ String
The name of the step.
-
#next ⇒ Array<String>
The next step.
-
#owner ⇒ String
The owner of the step.
-
#previous ⇒ Array<String>
The previous step.
-
#step_action_type ⇒ String
The action type of the step.
-
#step_group_id ⇒ String
The ID of the step group.
-
#target_type ⇒ String
The servers on which to run the script.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#id ⇒ String
The ID of the step.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the step.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) 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.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The servers on which to run the script.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1770 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |