Class: Aws::PCS::Types::ComputeNodeGroupSlurmConfigurationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#slurm_custom_settingsArray<Types::SlurmCustomSetting>

Additional Slurm-specific configuration that directly maps to Slurm settings.

Returns:



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