Method: Aws::MigrationHubOrchestrator::Types::GetTemplateStepResponse#next
- Defined in:
- lib/aws-sdk-migrationhuborchestrator/types.rb
#next ⇒ Array<String>
The next step.
845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 |
# File '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 |