Class: Aws::Types::DescribeNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeRequest
- 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.
5166 5167 5168 |
# File 'sig/types.rbs', line 5166 def cluster_id @cluster_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5167 5168 5169 |
# File 'sig/types.rbs', line 5167 def node_id @node_id end |