Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepsResponse

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1322

class ListTemplateStepsResponse < Struct.new(
  :next_token,
  :template_step_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#template_step_summary_listArray<Types::TemplateStepSummary>

The list of summaries of steps in a template.

Returns:



1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1322

class ListTemplateStepsResponse < Struct.new(
  :next_token,
  :template_step_summary_list)
  SENSITIVE = []
  include Aws::Structure
end