Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsRequest
- 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.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that can be returned.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1260 class ListTemplateStepGroupsRequest < Struct.new( :max_results, :next_token, :template_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1260 class ListTemplateStepGroupsRequest < Struct.new( :max_results, :next_token, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1260 class ListTemplateStepGroupsRequest < Struct.new( :max_results, :next_token, :template_id) SENSITIVE = [] include Aws::Structure end |