Class: Aws::SecurityHub::Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the configuration for node-to-node encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether node-to-node encryption is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Whether node-to-node encryption is enabled.
12350 12351 12352 12353 12354 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12350 class AwsElasticsearchDomainNodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |