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 `NONE`. A value of `STANDARD` means the Slurm REST API is enabled.

Returns:

  • (String)


2002
2003
2004
2005
2006
# File 'lib/aws-sdk-pcs/types.rb', line 2002

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