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.
1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1180 class JwtAuth < Struct.new( :jwt_key) SENSITIVE = [] include Aws::Structure end |