Class: Aws::Types::BatchReplaceClusterNodesRequest

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:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def cluster_name
  @cluster_name
end

#node_ids::Array[::String]

Returns the value of attribute node_ids.

Returns:

  • (::Array[::String])


927
928
929
# File 'sig/types.rbs', line 927

def node_ids
  @node_ids
end

#node_logical_ids::Array[::String]

Returns the value of attribute node_logical_ids.

Returns:

  • (::Array[::String])


928
929
930
# File 'sig/types.rbs', line 928

def node_logical_ids
  @node_logical_ids
end