Class: Aws::Types::DeleteNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#member_id ⇒ ::String
Returns the value of attribute member_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def network_id @network_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def node_id @node_id end |