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.
5169 5170 5171 |
# File 'sig/types.rbs', line 5169 def cluster_id @cluster_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def node_id @node_id end |