Class: Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptionsStatus

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

Overview

Status of the node-to-node encryption options for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::NodeToNodeEncryptionOptions

Specifies the node-to-node encryption options for the specified Elasticsearch domain.



3326
3327
3328
3329
3330
3331
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3326

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

#statusTypes::OptionStatus

Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.

Returns:



3326
3327
3328
3329
3330
3331
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3326

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