Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepAutomationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::WorkflowStepAutomationConfiguration
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The custom script to run tests on source or target environments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command ⇒ Types::PlatformCommand
The command required to run the script.
-
#run_environment ⇒ String
The source or target environment.
-
#script_location_s3_bucket ⇒ String
The Amazon S3 bucket where the script is located.
-
#script_location_s3_key ⇒ Types::PlatformScriptKey
The Amazon S3 key for the script location.
-
#target_type ⇒ String
The servers on which to run the script.
Instance Attribute Details
#command ⇒ Types::PlatformCommand
The command required to run the script.
2417 2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417 class WorkflowStepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |
#run_environment ⇒ String
The source or target environment.
2417 2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417 class WorkflowStepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |
#script_location_s3_bucket ⇒ String
The Amazon S3 bucket where the script is located.
2417 2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417 class WorkflowStepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |
#script_location_s3_key ⇒ Types::PlatformScriptKey
The Amazon S3 key for the script location.
2417 2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417 class WorkflowStepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The servers on which to run the script.
2417 2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417 class WorkflowStepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |