Class: Aws::Types::CapacityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CapacityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
Instance Attribute Details
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
28 29 30 |
# File 'sig/types.rbs', line 28 def node_count @node_count end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
27 28 29 |
# File 'sig/types.rbs', line 27 def node_type @node_type end |