Class: Aws::MigrationHubOrchestrator::Types::GetMigrationWorkflowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:workflow_inputs]

Instance Attribute Summary collapse

Instance Attribute Details

#ads_application_configuration_idString

The configuration ID of the application configured in Application Discovery Service.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#ads_application_nameString

The name of the application configured in Application Discovery Service.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#completed_stepsInteger

Get a list of completed steps in the migration workflow.

Returns:

  • (Integer)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#creation_timeTime

The time at which the migration workflow was created.

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#descriptionString

The description of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#end_timeTime

The time at which the migration workflow ended.

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#idString

The ID of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#last_modified_timeTime

The time at which the migration workflow was last modified.

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#last_start_timeTime

The time at which the migration workflow was last started.

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#last_stop_timeTime

The time at which the migration workflow was last stopped.

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#nameString

The name of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#statusString

The status of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#status_messageString

The status message of the migration workflow.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#tagsHash<String,String>

The tags added to the migration workflow.

Returns:

  • (Hash<String,String>)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#template_idString

The ID of the template.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#toolsArray<Types::Tool>

List of AWS services utilized in a migration workflow.

Returns:



575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#total_stepsInteger

The total number of steps in the migration workflow.

Returns:

  • (Integer)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#workflow_bucketString

The Amazon S3 bucket where the migration logs are stored.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end

#workflow_inputsHash<String,Types::StepInput>

The inputs required for creating the migration workflow.

Returns:



575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 575

class GetMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :template_id,
  :ads_application_configuration_id,
  :ads_application_name,
  :status,
  :status_message,
  :creation_time,
  :last_start_time,
  :last_stop_time,
  :last_modified_time,
  :end_time,
  :tools,
  :total_steps,
  :completed_steps,
  :workflow_inputs,
  :tags,
  :workflow_bucket)
  SENSITIVE = [:workflow_inputs]
  include Aws::Structure
end