Class: Aws::Types::SetKeepJobFlowAliveWhenNoStepsInput
- Inherits:
-
Object
- Object
- Aws::Types::SetKeepJobFlowAliveWhenNoStepsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
-
#keep_job_flow_alive_when_no_steps ⇒ Boolean
Returns the value of attribute keep_job_flow_alive_when_no_steps.
Instance Attribute Details
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def job_flow_ids @job_flow_ids end |
#keep_job_flow_alive_when_no_steps ⇒ Boolean
Returns the value of attribute keep_job_flow_alive_when_no_steps.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def keep_job_flow_alive_when_no_steps @keep_job_flow_alive_when_no_steps end |