Class: Aws::Types::UpdateNodeStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5549
5550
5551
# File 'sig/types.rbs', line 5549

def cluster_id
  @cluster_id
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5550
5551
5552
# File 'sig/types.rbs', line 5550

def node_id
  @node_id
end

#state"ACTIVE", "DRAINING"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DRAINING")


5551
5552
5553
# File 'sig/types.rbs', line 5551

def state
  @state
end