Class: Aws::Types::NodeSignal
- Inherits:
-
Object
- Object
- Aws::Types::NodeSignal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_instance_id ⇒ ::String
Returns the value of attribute node_instance_id.
-
#signal ⇒ "PAUSE", "RESUME"
Returns the value of attribute signal.
Instance Attribute Details
#node_instance_id ⇒ ::String
Returns the value of attribute node_instance_id.
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.
645 646 647 |
# File 'sig/types.rbs', line 645 def signal @signal end |