Class: Aws::Types::NodeSignal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_instance_id ⇒ ::String

Returns the value of attribute node_instance_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def node_instance_id
  @node_instance_id
end

#signal ⇒ "PAUSE", "RESUME"

Returns the value of attribute signal.

Returns:

  • ("PAUSE", "RESUME")


645
646
647
# File 'sig/types.rbs', line 645

def signal
  @signal
end