Class: Aws::PCS::Types::UpdateComputeNodeGroupSlurmConfigurationRequest

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:



1839
1840
1841
1842
1843
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1839

class UpdateComputeNodeGroupSlurmConfigurationRequest < Struct.new(
  :slurm_custom_settings)
  SENSITIVE = []
  include Aws::Structure
end