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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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.



4640
4641
4642
4643
4644
4645
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4640

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:



4640
4641
4642
4643
4644
4645
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4640

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