Class: Aws::NimbleStudio::Types::StudioEncryptionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::StudioEncryptionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Configuration of the encryption method that is used for the studio.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for a KMS key that is used to encrypt studio data.
 - 
  
    
      #key_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of KMS key that is used to encrypt studio data.
 
Instance Attribute Details
#key_arn ⇒ String
The ARN for a KMS key that is used to encrypt studio data.
      3509 3510 3511 3512 3513 3514  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3509 class StudioEncryptionConfiguration < Struct.new( :key_arn, :key_type) SENSITIVE = [] include Aws::Structure end  | 
  
#key_type ⇒ String
The type of KMS key that is used to encrypt studio data.
      3509 3510 3511 3512 3513 3514  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3509 class StudioEncryptionConfiguration < Struct.new( :key_arn, :key_type) SENSITIVE = [] include Aws::Structure end  |