Class: Aws::MigrationHubOrchestrator::Types::CreateMigrationWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::CreateMigrationWorkflowRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:input_parameters]
Instance Attribute Summary collapse
-
#application_configuration_id ⇒ String
The configuration ID of the application configured in Application Discovery Service.
-
#description ⇒ String
The description of the migration workflow.
-
#input_parameters ⇒ Hash<String,Types::StepInput>
The input parameters required to create a migration workflow.
-
#name ⇒ String
The name of the migration workflow.
-
#step_targets ⇒ Array<String>
The servers on which a step will be run.
-
#tags ⇒ Hash<String,String>
The tags to add on a migration workflow.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#application_configuration_id ⇒ String
The configuration ID of the application configured in Application Discovery Service.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#description ⇒ String
The description of the migration workflow.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#input_parameters ⇒ Hash<String,Types::StepInput>
The input parameters required to create a migration workflow.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#name ⇒ String
The name of the migration workflow.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#step_targets ⇒ Array<String>
The servers on which a step will be run.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add on a migration workflow.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 71 class CreateMigrationWorkflowRequest < Struct.new( :name, :description, :template_id, :application_configuration_id, :input_parameters, :step_targets, :tags) SENSITIVE = [:input_parameters] include Aws::Structure end |