Class: Aws::Types::StepAutomationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StepAutomationConfiguration
- 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.
474 475 476 |
# File 'sig/types.rbs', line 474 def command @command end |
#run_environment ⇒ "AWS", "ONPREMISE"
Returns the value of attribute run_environment.
475 476 477 |
# File 'sig/types.rbs', line 475 def run_environment @run_environment end |
#script_location_s3_bucket ⇒ ::String
Returns the value of attribute script_location_s3_bucket.
472 473 474 |
# File 'sig/types.rbs', line 472 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.
473 474 475 |
# File 'sig/types.rbs', line 473 def script_location_s3_key @script_location_s3_key end |
#target_type ⇒ "SINGLE", ...
Returns the value of attribute target_type.
476 477 478 |
# File 'sig/types.rbs', line 476 def target_type @target_type end |