Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails

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

Instance Attribute Details

#enabledBoolean

Whether node-to-node encryption is enabled.

Returns:

  • (Boolean)


15537
15538
15539
15540
15541
# File 'lib/aws-sdk-securityhub/types.rb', line 15537

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