Class: Aws::PCS::Types::JwtAuth
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::JwtAuth
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
The JWT authentication configuration for Slurm REST API access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jwt_key ⇒ Types::JwtKey
The JWT key for Slurm REST API authentication.
Instance Attribute Details
#jwt_key ⇒ Types::JwtKey
The JWT key for Slurm REST API authentication.
1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1237 class JwtAuth < Struct.new( :jwt_key) SENSITIVE = [] include Aws::Structure end |