Class: Aws::Types::BatchDeleteClusterNodesResponse

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

Returns the value of attribute failed.



845
846
847
# File 'sig/types.rbs', line 845

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchDeleteClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



847
848
849
# File 'sig/types.rbs', line 847

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


846
847
848
# File 'sig/types.rbs', line 846

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.

Returns:

  • (::Array[::String])


848
849
850
# File 'sig/types.rbs', line 848

def successful_node_logical_ids
  @successful_node_logical_ids
end