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)


5542
5543
5544
# File 'sig/types.rbs', line 5542

def cluster_id
  @cluster_id
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5543
5544
5545
# File 'sig/types.rbs', line 5543

def node_id
  @node_id
end

#state"ACTIVE", "DRAINING"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DRAINING")


5544
5545
5546
# File 'sig/types.rbs', line 5544

def state
  @state
end