Class: Aws::MigrationHubOrchestrator::Types::UpdateMigrationWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateMigrationWorkflowResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:workflow_inputs]
Instance Attribute Summary collapse
-
#ads_application_configuration_id ⇒ String
The ID of the application configured in Application Discovery Service.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
-
#creation_time ⇒ Time
The time at which the migration workflow was created.
-
#description ⇒ String
The description of the migration workflow.
-
#id ⇒ String
The ID of the migration workflow.
-
#last_modified_time ⇒ Time
The time at which the migration workflow was last modified.
-
#name ⇒ String
The name of the migration workflow.
-
#status ⇒ String
The status of the migration workflow.
-
#step_targets ⇒ Array<String>
The servers on which a step will be run.
-
#tags ⇒ Hash<String,String>
The tags added to the migration workflow.
-
#template_id ⇒ String
The ID of the template.
-
#workflow_inputs ⇒ Hash<String,Types::StepInput>
The inputs required to update a migration workflow.
Instance Attribute Details
#ads_application_configuration_id ⇒ String
The ID of the application configured in Application Discovery Service.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the migration workflow was created.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#description ⇒ String
The description of the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#id ⇒ String
The ID of the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the migration workflow was last modified.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#name ⇒ String
The name of the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#status ⇒ String
The status of the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#step_targets ⇒ Array<String>
The servers on which a step will be run.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags added to the migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |
#workflow_inputs ⇒ Hash<String,Types::StepInput>
The inputs required to update a migration workflow.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2120 class UpdateMigrationWorkflowResponse < Struct.new( :id, :arn, :name, :description, :template_id, :ads_application_configuration_id, :workflow_inputs, :step_targets, :status, :creation_time, :last_modified_time, :tags) SENSITIVE = [:workflow_inputs] include Aws::Structure end |