Class: Aws::PCS::Types::SlurmRestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmRestRequest
- 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.
1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-pcs/types.rb', line 1945 class SlurmRestRequest < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |