Class: Aws::Types::BatchDeleteClusterNodesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Array[Types::BatchDeleteClusterNodesError]

Returns the value of attribute failed.



860
861
862
# File 'sig/types.rbs', line 860

def failed
  @failed
end

#failed_node_logical_ids::Array[Types::BatchDeleteClusterNodeLogicalIdsError]

Returns the value of attribute failed_node_logical_ids.



862
863
864
# File 'sig/types.rbs', line 862

def failed_node_logical_ids
  @failed_node_logical_ids
end

#successful::Array[::String]

Returns the value of attribute successful.



861
862
863
# File 'sig/types.rbs', line 861

def successful
  @successful
end

#successful_node_logical_ids::Array[::String]

Returns the value of attribute successful_node_logical_ids.



863
864
865
# File 'sig/types.rbs', line 863

def successful_node_logical_ids
  @successful_node_logical_ids
end