Class: Aws::Types::BatchRebootClusterNodesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def cluster_name
  @cluster_name
end

#node_ids::Array[::String]

Returns the value of attribute node_ids.

Returns:



913
914
915
# File 'sig/types.rbs', line 913

def node_ids
  @node_ids
end

#node_logical_ids::Array[::String]

Returns the value of attribute node_logical_ids.

Returns:



914
915
916
# File 'sig/types.rbs', line 914

def node_logical_ids
  @node_logical_ids
end