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.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def eks @eks end |
#slurm ⇒ Types::ClusterOrchestratorSlurmConfig
Returns the value of attribute slurm.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def slurm @slurm end |