Class: Aws::Types::BatchRebootClusterNodesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Array[Types::BatchRebootClusterNodesError]

Returns the value of attribute failed.



920
921
922
# File 'sig/types.rbs', line 920

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchRebootClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



921
922
923
# File 'sig/types.rbs', line 921

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


919
920
921
# File 'sig/types.rbs', line 919

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.

Returns:

  • (::Array[::String])


922
923
924
# File 'sig/types.rbs', line 922

def successful_node_logical_ids
  @successful_node_logical_ids
end