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