Class: Aws::XRay::Types::PutEncryptionConfigResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::PutEncryptionConfigResult
 
 
- Defined in:
 - gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #encryption_config  ⇒ Types::EncryptionConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new encryption configuration.
 
Instance Attribute Details
#encryption_config ⇒ Types::EncryptionConfig
The new encryption configuration.
      2297 2298 2299 2300 2301  | 
    
      # File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2297 class PutEncryptionConfigResult < Struct.new( :encryption_config) SENSITIVE = [] include Aws::Structure end  |