Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepSummary

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

Overview

The summary of the step in a migration workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#no_of_srv_completedInteger

The number of servers that have been migrated.

Returns:

  • (Integer)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#no_of_srv_failedInteger

The number of servers that have failed to migrate.

Returns:

  • (Integer)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#script_locationString

The location of the script.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message of the migration workflow.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#step_action_typeString

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The ID of the step.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end

#total_no_of_srvInteger

The total number of servers that have been migrated.

Returns:

  • (Integer)


2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2588

class WorkflowStepSummary < Struct.new(
  :step_id,
  :name,
  :step_action_type,
  :owner,
  :previous,
  :next,
  :status,
  :status_message,
  :no_of_srv_completed,
  :no_of_srv_failed,
  :total_no_of_srv,
  :description,
  :script_location)
  SENSITIVE = []
  include Aws::Structure
end