Class: Aws::PCS::Types::SlurmAuthKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#secret_arnString

The Amazon Resource Name (ARN) of the shared Slurm key.

Returns:

  • (String)


1970
1971
1972
1973
1974
1975
# File 'lib/aws-sdk-pcs/types.rb', line 1970

class SlurmAuthKey < Struct.new(
  :secret_arn,
  :secret_version)
  SENSITIVE = []
  include Aws::Structure
end

#secret_versionString

The version of the shared Slurm key.

Returns:

  • (String)


1970
1971
1972
1973
1974
1975
# File 'lib/aws-sdk-pcs/types.rb', line 1970

class SlurmAuthKey < Struct.new(
  :secret_arn,
  :secret_version)
  SENSITIVE = []
  include Aws::Structure
end