Class: Aws::Types::BatchReplaceClusterNodesResponse

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::BatchReplaceClusterNodesError]

Returns the value of attribute failed.



934
935
936
# File 'sig/types.rbs', line 934

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchReplaceClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



935
936
937
# File 'sig/types.rbs', line 935

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


933
934
935
# File 'sig/types.rbs', line 933

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.

Returns:

  • (::Array[::String])


936
937
938
# File 'sig/types.rbs', line 936

def successful_node_logical_ids
  @successful_node_logical_ids
end