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.



776
777
778
# File 'sig/types.rbs', line 776

def mtls
  @mtls
end

#sasl_scramTypes::KafkaClusterSaslScramAuthentication

Returns the value of attribute sasl_scram.



775
776
777
# File 'sig/types.rbs', line 775

def sasl_scram
  @sasl_scram
end