Class: Aws::Types::SetUnhealthyNodeReplacementInput
- Inherits:
-
Object
- Object
- Aws::Types::SetUnhealthyNodeReplacementInput
- 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.
-
#unhealthy_node_replacement ⇒ Boolean
Returns the value of attribute unhealthy_node_replacement.
Instance Attribute Details
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def job_flow_ids @job_flow_ids end |
#unhealthy_node_replacement ⇒ Boolean
Returns the value of attribute unhealthy_node_replacement.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def unhealthy_node_replacement @unhealthy_node_replacement end |