Class: Aws::PCS::Types::SlurmCustomSetting

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

Overview

Additional settings that directly map to Slurm settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_nameString

PCS supports configuration of the following Slurm parameters:

Returns:

  • (String)


1827
1828
1829
1830
1831
1832
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827

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

#parameter_valueString

The values for the configured Slurm settings.

Returns:

  • (String)


1827
1828
1829
1830
1831
1832
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827

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