Class: Aws::Types::DeleteNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNodeRequest
- 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.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5021 5022 5023 |
# File 'sig/types.rbs', line 5021 def cluster_id @cluster_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5022 5023 5024 |
# File 'sig/types.rbs', line 5022 def node_id @node_id end |