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.
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_list ⇒ Array<Types::TemplateStepSummary>
The list of summaries of steps in a template.
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 |