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)


1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1278

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.



1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1278

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