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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


14854
14855
14856
14857
14858
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14854

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