Class: Aws::OpenSearchService::Types::NodeToNodeEncryptionOptionsStatus

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::NodeToNodeEncryptionOptions

The node-to-node encryption options for the specified domain.



5547
5548
5549
5550
5551
5552
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5547

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

#statusTypes::OptionStatus

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

Returns:



5547
5548
5549
5550
5551
5552
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5547

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