Class: Aws::PCS::Types::SlurmRest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmRest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
The Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API. It’s a property of the ClusterSlurmConfiguration object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The default value for ‘mode` is `STANDARD`.
Instance Attribute Details
#mode ⇒ String
The default value for ‘mode` is `STANDARD`. A value of `STANDARD` means the Slurm REST API is enabled.
1928 1929 1930 1931 1932 |
# File 'lib/aws-sdk-pcs/types.rb', line 1928 class SlurmRest < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |