Class: Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptions
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3356 class NodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |