Class: Aws::SecurityHub::Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsElasticsearchDomainNodeToNodeEncryptionOptions data as a hash:
{
enabled: false,
}
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.
4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4737 class AwsElasticsearchDomainNodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |