Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsRequest

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)


1386
1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1386

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1386

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

#step_group_idString

The ID of the step group.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1386

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

#workflow_idString

The ID of the migration workflow.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1386

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