Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails

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

Overview

Details for SASL/IAM client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether SASL/IAM authentication is enabled or not.

Returns:

  • (Boolean)


14857
14858
14859
14860
14861
# File 'lib/aws-sdk-securityhub/types.rb', line 14857

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