Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListTemplateStepsRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that can be returned.
-
#next_token ⇒ String
The pagination token.
-
#step_group_id ⇒ String
The ID of the step group.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that can be returned.
1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1155 class ListTemplateStepsRequest < Struct.new( :max_results, :next_token, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1155 class ListTemplateStepsRequest < Struct.new( :max_results, :next_token, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1155 class ListTemplateStepsRequest < Struct.new( :max_results, :next_token, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1155 class ListTemplateStepsRequest < Struct.new( :max_results, :next_token, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |