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

Amazon Web Services PCS supports configuration of the following Slurm parameters:

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1636

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

#parameter_valueString

The values for the configured Slurm settings.

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1636

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