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)


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

#nameString

The name of the step.

Returns:

  • (String)


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

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


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

#ownerString

The owner of the step.

Returns:

  • (String)


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

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


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_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)


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_idString

The ID of the step group.

Returns:

  • (String)


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_typeString

The servers on which to run the script.

Returns:

  • (String)


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_idString

The ID of the template.

Returns:

  • (String)


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