Class: Aws::PCS::Types::SlurmdbdCustomSetting

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pcs/types.rb

Overview

Additional settings that directly map to SlurmDBD settings.

PCS supports a subset of SlurmDBD settings. For more information, see

Configuring custom SlurmDBD settings in PCS][1

in the *PCS User

Guide*.

[1]: docs.aws.amazon.com/pcs/latest/userguide/slurmdbd-custom-settings.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_nameString

PCS supports custom SlurmDBD settings for clusters. For more information, see [Configuring custom SlurmDBD settings in PCS] in the *PCS User Guide*.

[1]: docs.aws.amazon.com/pcs/latest/userguide/slurmdbd-custom-settings.html

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
# File 'lib/aws-sdk-pcs/types.rb', line 2034

class SlurmdbdCustomSetting < Struct.new(
  :parameter_name,
  :parameter_value)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_valueString

The values for the configured SlurmDBD settings.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
# File 'lib/aws-sdk-pcs/types.rb', line 2034

class SlurmdbdCustomSetting < Struct.new(
  :parameter_name,
  :parameter_value)
  SENSITIVE = []
  include Aws::Structure
end