Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides 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.
15668 15669 15670 15671 15672 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15668 class AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |