Class: Aws::Types::KafkaClusterSaslScramAuthentication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mechanism"SHA256", "SHA512"

Returns the value of attribute mechanism.

Returns:

  • ("SHA256", "SHA512")


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

def mechanism
  @mechanism
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


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

def secret_arn
  @secret_arn
end