Class: Aws::Types::ClusterOrchestrator
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOrchestrator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks ⇒ Types::ClusterOrchestratorEksConfig
Returns the value of attribute eks.
-
#slurm ⇒ Types::ClusterOrchestratorSlurmConfig
Returns the value of attribute slurm.
Instance Attribute Details
#eks ⇒ Types::ClusterOrchestratorEksConfig
Returns the value of attribute eks.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def eks @eks end |
#slurm ⇒ Types::ClusterOrchestratorSlurmConfig
Returns the value of attribute slurm.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def slurm @slurm end |