Class: Aws::NimbleStudio::Types::StreamingImageEncryptionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::StreamingImageEncryptionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Specifies how a streaming image is encrypted.
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.
      2806 2807 2808 2809 2810 2811  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 2806 class StreamingImageEncryptionConfiguration < 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.
      2806 2807 2808 2809 2810 2811  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 2806 class StreamingImageEncryptionConfiguration < Struct.new( :key_arn, :key_type) SENSITIVE = [] include Aws::Structure end  |