Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#template_step_group_summary ⇒ Array<Types::TemplateStepGroupSummary>
The summary of the step group in the template.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_summary ⇒ Array<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 |