Class: Aws::MigrationHubOrchestrator::Types::MigrationWorkflowSummary

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

Overview

The summary of a migration workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ads_application_configuration_nameString

The name of the application configured in Application Discovery Service.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#completed_stepsInteger

The steps completed in the migration workflow.

Returns:

  • (Integer)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time at which the migration workflow was created.

Returns:

  • (Time)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time at which the migration workflow ended.

Returns:

  • (Time)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the migration workflow.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the migration workflow.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the migration workflow.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message of the migration workflow.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the template.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#total_stepsInteger

All the steps in a migration workflow.

Returns:

  • (Integer)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1457

class MigrationWorkflowSummary < Struct.new(
  :id,
  :name,
  :template_id,
  :ads_application_configuration_name,
  :status,
  :creation_time,
  :end_time,
  :status_message,
  :completed_steps,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end