Class: Aws::PCS::Types::SlurmRest

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)


2020
2021
2022
2023
2024
# File 'lib/aws-sdk-pcs/types.rb', line 2020

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