Class: Aws::Types::NodeDetails
- Inherits:
-
Object
- Object
- Aws::Types::NodeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_main_node ⇒ Boolean
Returns the value of attribute is_main_node.
-
#node_index ⇒ ::Integer
Returns the value of attribute node_index.
Instance Attribute Details
#is_main_node ⇒ Boolean
Returns the value of attribute is_main_node.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def is_main_node @is_main_node end |
#node_index ⇒ ::Integer
Returns the value of attribute node_index.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def node_index @node_index end |