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

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

Instance Attribute Details

#modeString

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

Returns:

  • (String)


1928
1929
1930
1931
1932
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1928

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