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.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def is_main_node @is_main_node end |
#node_index ⇒ ::Integer
Returns the value of attribute node_index.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def node_index @node_index end |