Class: Aws::MigrationHubOrchestrator::Types::RetryWorkflowStepResponse

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

#idString

The ID of the step.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1602

class RetryWorkflowStepResponse < Struct.new(
  :step_group_id,
  :workflow_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the step.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1602

class RetryWorkflowStepResponse < Struct.new(
  :step_group_id,
  :workflow_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#step_group_idString

The ID of the step group.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1602

class RetryWorkflowStepResponse < Struct.new(
  :step_group_id,
  :workflow_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The ID of the migration workflow.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1602

class RetryWorkflowStepResponse < Struct.new(
  :step_group_id,
  :workflow_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end