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)


14868
14869
14870
14871
14872
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14868

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