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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1940 class TemplateStepSummary < Struct.new( :id, :step_group_id, :template_id, :name, :step_action_type, :target_type, :owner, :previous, :next) SENSITIVE = [] include Aws::Structure end |