Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
- 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
-
#enabled ⇒ Boolean
Indicates whether SASL/IAM authentication is enabled or not.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether SASL/IAM authentication is enabled or not.
14857 14858 14859 14860 14861 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14857 class AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |