Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListTemplateStepsResponse
- 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_summary_list ⇒ Array<Types::TemplateStepSummary>
The list of summaries of steps in a template.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1174 1175 1176 1177 1178 1179 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1174 class ListTemplateStepsResponse < Struct.new( :next_token, :template_step_summary_list) SENSITIVE = [] include Aws::Structure end |
#template_step_summary_list ⇒ Array<Types::TemplateStepSummary>
The list of summaries of steps in a template.
1174 1175 1176 1177 1178 1179 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1174 class ListTemplateStepsResponse < Struct.new( :next_token, :template_step_summary_list) SENSITIVE = [] include Aws::Structure end |