Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsResponse

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)


1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1130

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

#template_step_group_summaryArray<Types::TemplateStepGroupSummary>

The summary of the step group in the template.



1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1130

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