Class: Aws::PCS::Types::ComputeNodeGroupSlurmConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ComputeNodeGroupSlurmConfigurationRequest
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Additional options related to the Slurm scheduler.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
Instance Attribute Details
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
376 377 378 379 380 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 376 class ComputeNodeGroupSlurmConfigurationRequest < Struct.new( :slurm_custom_settings) SENSITIVE = [] include Aws::Structure end |