Class: Aws::Types::GetNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetNodeInput
- 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.
181 182 183 |
# File 'sig/types.rbs', line 181 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def network_id @network_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def node_id @node_id end |