Class: Aws::PCS::Types::SlurmdbdCustomSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmdbdCustomSetting
- 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 in the PCS User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_name ⇒ String
PCS supports custom SlurmDBD settings for clusters.
-
#parameter_value ⇒ String
The values for the configured SlurmDBD settings.
Instance Attribute Details
#parameter_name ⇒ String
PCS supports custom SlurmDBD settings for clusters. For more information, see Configuring custom SlurmDBD settings in PCS in the PCS User Guide.
2069 2070 2071 2072 2073 2074 |
# File 'lib/aws-sdk-pcs/types.rb', line 2069 class SlurmdbdCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The values for the configured SlurmDBD settings.
2069 2070 2071 2072 2073 2074 |
# File 'lib/aws-sdk-pcs/types.rb', line 2069 class SlurmdbdCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |