Class: Aws::DAX::Types::SSESpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::SSESpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
Represents the settings used to enable server-side encryption.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
 
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
      1314 1315 1316 1317 1318  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1314 class SSESpecification < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |