Class: Aws::Types::NodePropertiesSummary
- Inherits:
-
Object
- Object
- Aws::Types::NodePropertiesSummary
- 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.
-
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
Instance Attribute Details
#is_main_node ⇒ Boolean
Returns the value of attribute is_main_node.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def is_main_node @is_main_node end |
#node_index ⇒ ::Integer
Returns the value of attribute node_index.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def node_index @node_index end |
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def num_nodes @num_nodes end |