Class: Aws::ElasticsearchService::Types::EncryptionAtRestOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies the Encryption At Rest Options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies the option to enable Encryption At Rest.

Returns:

  • (Boolean)


2479
2480
2481
2482
2483
2484
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2479

class EncryptionAtRestOptions < Struct.new(
  :enabled,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

Specifies the KMS Key ID for Encryption At Rest options.

Returns:

  • (String)


2479
2480
2481
2482
2483
2484
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2479

class EncryptionAtRestOptions < Struct.new(
  :enabled,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end