Class: Aws::ElasticsearchService::Types::EncryptionAtRestOptionsStatus

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

Overview

Status of the Encryption At Rest options for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::EncryptionAtRestOptions

Specifies the Encryption At Rest options for the specified Elasticsearch domain.



2499
2500
2501
2502
2503
2504
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2499

class EncryptionAtRestOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.

Returns:



2499
2500
2501
2502
2503
2504
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2499

class EncryptionAtRestOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end