Class: Aws::PCS::Types::SlurmAuthKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmAuthKey
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
The shared Slurm key for authentication, also known as the cluster secret.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the the shared Slurm key.
-
#secret_version ⇒ String
The version of the shared Slurm key.
Instance Attribute Details
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the the shared Slurm key.
1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1596 class SlurmAuthKey < Struct.new( :secret_arn, :secret_version) SENSITIVE = [] include Aws::Structure end |
#secret_version ⇒ String
The version of the shared Slurm key.
1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1596 class SlurmAuthKey < Struct.new( :secret_arn, :secret_version) SENSITIVE = [] include Aws::Structure end |