You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::EncryptionAtRestOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::EncryptionAtRestOptions
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing EncryptionAtRestOptions as input to an Aws::Client method, you can use a vanilla Hash:
{
  enabled: false,
  kms_key_id: "KmsKeyId",
}
Specifies the Encryption At Rest Options.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the option to enable Encryption At Rest. 
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the KMS Key ID for Encryption At Rest options. 
Instance Attribute Details
#enabled ⇒ Boolean
Specifies the option to enable Encryption At Rest.
#kms_key_id ⇒ String
Specifies the KMS Key ID for Encryption At Rest options.