Class: Aws::PCS::Types::UpdateQueueSlurmConfigurationRequest

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:



2238
2239
2240
2241
2242
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2238

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