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.
15538 15539 15540 15541 15542 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15538 class AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |