Class: Aws::Types::NodeProperties
- Inherits:
-
Object
- Object
- Aws::Types::NodeProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#main_node ⇒ ::Integer
Returns the value of attribute main_node.
-
#node_range_properties ⇒ ::Array[Types::NodeRangeProperty]
Returns the value of attribute node_range_properties.
-
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
Instance Attribute Details
#main_node ⇒ ::Integer
Returns the value of attribute main_node.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def main_node @main_node end |
#node_range_properties ⇒ ::Array[Types::NodeRangeProperty]
Returns the value of attribute node_range_properties.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def node_range_properties @node_range_properties end |
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def num_nodes @num_nodes end |