Class: Aws::PCS::Types::UpdateSlurmRestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::UpdateSlurmRestRequest
- 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.
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.
2352 2353 2354 2355 2356 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2352 class UpdateSlurmRestRequest < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |