Class: Aws::Types::DescribeNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
Instance Attribute Details
#node_id ⇒ ::String
Returns the value of attribute node_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def node_id @node_id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
266 267 268 |
# File 'sig/types.rbs', line 266 def owner_account @owner_account end |