Class: Aws::Types::UpdateNodeStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNodeStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#state ⇒ "ACTIVE", "DRAINING"
Returns the value of attribute state.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5539 5540 5541 |
# File 'sig/types.rbs', line 5539 def cluster_id @cluster_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5540 5541 5542 |
# File 'sig/types.rbs', line 5540 def node_id @node_id end |
#state ⇒ "ACTIVE", "DRAINING"
Returns the value of attribute state.
5541 5542 5543 |
# File 'sig/types.rbs', line 5541 def state @state end |