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")


788
789
790
# File 'sig/types.rbs', line 788

def mechanism
  @mechanism
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def secret_arn
  @secret_arn
end