Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Details for SASL/SCRAM client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether SASL/SCRAM authentication is enabled or not.

Returns:

  • (Boolean)


14464
14465
14466
14467
14468
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

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