Class: Aws::Types::KafkaClusterClientAuthentication

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mtlsTypes::KafkaClusterMTLSAuthentication

Returns the value of attribute mtls.



783
784
785
# File 'sig/types.rbs', line 783

def mtls
  @mtls
end

#sasl_scramTypes::KafkaClusterSaslScramAuthentication

Returns the value of attribute sasl_scram.



782
783
784
# File 'sig/types.rbs', line 782

def sasl_scram
  @sasl_scram
end