Class: Aws::MigrationHubOrchestrator::Types::TemplateStepSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the step.

Returns:

  • (String)


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

#nameString

The name of the step.

Returns:

  • (String)


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

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


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

#ownerString

The owner of the step.

Returns:

  • (String)


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

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


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_typeString

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.

Returns:

  • (String)


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_idString

The ID of the step group.

Returns:

  • (String)


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_typeString

The servers on which to run the script.

Returns:

  • (String)


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_idString

The ID of the template.

Returns:

  • (String)


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