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.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def is_main_node @is_main_node end |
#node_index ⇒ ::Integer
Returns the value of attribute node_index.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def node_index @node_index end |