Class: Aws::Types::StepConfig
- Inherits:
-
Object
- Object
- Aws::Types::StepConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_on_failure ⇒ "TERMINATE_JOB_FLOW", ...
Returns the value of attribute action_on_failure.
-
#hadoop_jar_step ⇒ Types::HadoopJarStepConfig
Returns the value of attribute hadoop_jar_step.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#step_monitoring_configuration ⇒ Types::StepMonitoringConfiguration
Returns the value of attribute step_monitoring_configuration.
Instance Attribute Details
#action_on_failure ⇒ "TERMINATE_JOB_FLOW", ...
Returns the value of attribute action_on_failure.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def action_on_failure @action_on_failure end |
#hadoop_jar_step ⇒ Types::HadoopJarStepConfig
Returns the value of attribute hadoop_jar_step.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def hadoop_jar_step @hadoop_jar_step end |
#name ⇒ ::String
Returns the value of attribute name.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def name @name end |
#step_monitoring_configuration ⇒ Types::StepMonitoringConfiguration
Returns the value of attribute step_monitoring_configuration.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def step_monitoring_configuration @step_monitoring_configuration end |