Class: Aws::Types::KafkaClusterClientAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterClientAuthentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mtls ⇒ Types::KafkaClusterMTLSAuthentication
Returns the value of attribute mtls.
-
#sasl_scram ⇒ Types::KafkaClusterSaslScramAuthentication
Returns the value of attribute sasl_scram.
Instance Attribute Details
#mtls ⇒ Types::KafkaClusterMTLSAuthentication
Returns the value of attribute mtls.
776 777 778 |
# File 'sig/types.rbs', line 776 def mtls @mtls end |
#sasl_scram ⇒ Types::KafkaClusterSaslScramAuthentication
Returns the value of attribute sasl_scram.
775 776 777 |
# File 'sig/types.rbs', line 775 def sasl_scram @sasl_scram end |