Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results that can be returned.

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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_idString

The ID of the template.

Returns:

  • (String)


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