Class: Aws::MigrationHubOrchestrator::Types::GetTemplateStepResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeString

The time at which the step was created.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the step.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the step.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::StepOutput>

The outputs of the step.

Returns:



845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  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)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#step_automation_configurationTypes::StepAutomationConfiguration

The custom script to run tests on source or target environments.



845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#step_group_idString

The ID of the step group.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the template.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 845

class GetTemplateStepResponse < Struct.new(
  :id,
  :step_group_id,
  :template_id,
  :name,
  :description,
  :step_action_type,
  :creation_time,
  :previous,
  :next,
  :outputs,
  :step_automation_configuration)
  SENSITIVE = []
  include Aws::Structure
end