Class: Aws::MigrationHubOrchestrator::Types::ListTemplateStepsRequest

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)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1303

class ListTemplateStepsRequest < Struct.new(
  :max_results,
  :next_token,
  :template_id,
  :step_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1303

class ListTemplateStepsRequest < Struct.new(
  :max_results,
  :next_token,
  :template_id,
  :step_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#step_group_idString

The ID of the step group.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1303

class ListTemplateStepsRequest < Struct.new(
  :max_results,
  :next_token,
  :template_id,
  :step_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the template.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1303

class ListTemplateStepsRequest < Struct.new(
  :max_results,
  :next_token,
  :template_id,
  :step_group_id)
  SENSITIVE = []
  include Aws::Structure
end