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
show all
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

Instance Attribute Details

#enabledBoolean

Specifies the option to enable Encryption At Rest.

Returns:

  • (Boolean)

    Specifies the option to enable Encryption At Rest.

#kms_key_idString

Specifies the KMS Key ID for Encryption At Rest options.

Returns:

  • (String)

    Specifies the KMS Key ID for Encryption At Rest options.