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 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 shared Slurm key.
      1827 1828 1829 1830 1831 1832  | 
    
      # File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827 class SlurmAuthKey < Struct.new( :secret_arn, :secret_version) SENSITIVE = [] include Aws::Structure end  | 
  
#secret_version ⇒ String
The version of the shared Slurm key.
      1827 1828 1829 1830 1831 1832  | 
    
      # File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827 class SlurmAuthKey < Struct.new( :secret_arn, :secret_version) SENSITIVE = [] include Aws::Structure end  |