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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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)


1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1309

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