Class: Aws::PCS::Types::SlurmRestRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modeString

The default value for ‘mode` is `STANDARD`. A value of `STANDARD` means the Slurm REST API is enabled.

Returns:

  • (String)


1945
1946
1947
1948
1949
# File 'lib/aws-sdk-pcs/types.rb', line 1945

class SlurmRestRequest < Struct.new(
  :mode)
  SENSITIVE = []
  include Aws::Structure
end