Class: Aws::Types::HyperPodPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::HyperPodPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#orchestrator ⇒ "EKS", "SLURM"
Returns the value of attribute orchestrator.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
3593 3594 3595 |
# File 'sig/types.rbs', line 3593 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
3592 3593 3594 |
# File 'sig/types.rbs', line 3592 def cluster_name @cluster_name end |
#orchestrator ⇒ "EKS", "SLURM"
Returns the value of attribute orchestrator.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def orchestrator @orchestrator end |