Class: Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the node-to-node encryption options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specify true to enable node-to-node encryption.
Instance Attribute Details
#enabled ⇒ Boolean
Specify true to enable node-to-node encryption.
3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3147 class NodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |