Class: Aws::SecurityHub::Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Whether node-to-node encryption is enabled.

Returns:

  • (Boolean)


12350
12351
12352
12353
12354
# File 'lib/aws-sdk-securityhub/types.rb', line 12350

class AwsElasticsearchDomainNodeToNodeEncryptionOptions < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end