Class: Aws::Types::ClusterSlurmConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSlurmConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_type ⇒ "Controller", ...
Returns the value of attribute node_type.
-
#partition_names ⇒ ::Array[::String]
Returns the value of attribute partition_names.
Instance Attribute Details
#node_type ⇒ "Controller", ...
Returns the value of attribute node_type.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def node_type @node_type end |
#partition_names ⇒ ::Array[::String]
Returns the value of attribute partition_names.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def partition_names @partition_names end |