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.



949
950
951
# File 'sig/types.rbs', line 949

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchReplaceClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



950
951
952
# File 'sig/types.rbs', line 950

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


948
949
950
# File 'sig/types.rbs', line 948

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.

Returns:

  • (::Array[::String])


951
952
953
# File 'sig/types.rbs', line 951

def successful_node_logical_ids
  @successful_node_logical_ids
end