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.



905
906
907
# File 'sig/types.rbs', line 905

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchRebootClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



906
907
908
# File 'sig/types.rbs', line 906

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


904
905
906
# File 'sig/types.rbs', line 904

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.

Returns:

  • (::Array[::String])


907
908
909
# File 'sig/types.rbs', line 907

def successful_node_logical_ids
  @successful_node_logical_ids
end