Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
15537 15538 15539 15540 15541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15537 class AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |