Class: Aws::Types::WorkflowStepAutomationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepAutomationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ Types::PlatformCommand
Returns the value of attribute command.
-
#run_environment ⇒ "AWS", "ONPREMISE"
Returns the value of attribute run_environment.
-
#script_location_s3_bucket ⇒ ::String
Returns the value of attribute script_location_s3_bucket.
-
#script_location_s3_key ⇒ Types::PlatformScriptKey
Returns the value of attribute script_location_s3_key.
-
#target_type ⇒ "SINGLE", ...
Returns the value of attribute target_type.
Instance Attribute Details
#command ⇒ Types::PlatformCommand
Returns the value of attribute command.
691 692 693 |
# File 'sig/types.rbs', line 691 def command @command end |
#run_environment ⇒ "AWS", "ONPREMISE"
Returns the value of attribute run_environment.
692 693 694 |
# File 'sig/types.rbs', line 692 def run_environment @run_environment end |
#script_location_s3_bucket ⇒ ::String
Returns the value of attribute script_location_s3_bucket.
689 690 691 |
# File 'sig/types.rbs', line 689 def script_location_s3_bucket @script_location_s3_bucket end |
#script_location_s3_key ⇒ Types::PlatformScriptKey
Returns the value of attribute script_location_s3_key.
690 691 692 |
# File 'sig/types.rbs', line 690 def script_location_s3_key @script_location_s3_key end |
#target_type ⇒ "SINGLE", ...
Returns the value of attribute target_type.
693 694 695 |
# File 'sig/types.rbs', line 693 def target_type @target_type end |