Class: Aws::MigrationHubOrchestrator::Types::StepAutomationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::StepAutomationConfiguration
- 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 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 to run the script.
1679 1680 1681 1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679 class StepAutomationConfiguration < 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.
1679 1680 1681 1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679 class StepAutomationConfiguration < 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.
1679 1680 1681 1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679 class StepAutomationConfiguration < 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.
1679 1680 1681 1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679 class StepAutomationConfiguration < 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.
1679 1680 1681 1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679 class StepAutomationConfiguration < Struct.new( :script_location_s3_bucket, :script_location_s3_key, :command, :run_environment, :target_type) SENSITIVE = [] include Aws::Structure end |