Class: Aws::Types::SetUnhealthyNodeReplacementInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_flow_ids::Array[::String]

Returns the value of attribute job_flow_ids.

Returns:

  • (::Array[::String])


1543
1544
1545
# File 'sig/types.rbs', line 1543

def job_flow_ids
  @job_flow_ids
end

#unhealthy_node_replacementBoolean

Returns the value of attribute unhealthy_node_replacement.

Returns:

  • (Boolean)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def unhealthy_node_replacement
  @unhealthy_node_replacement
end