Class: Aws::OpenSearchService::Types::NodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NodeToNodeEncryptionOptions
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Enables or disables node-to-node encryption. For more information, see Node-to-node encryption for Amazon OpenSearch Service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True to enable node-to-node encryption.
Instance Attribute Details
#enabled ⇒ Boolean
True to enable node-to-node encryption.
5770 5771 5772 5773 5774 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5770 class NodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |