Class: Aws::Types::KafkaClusterSaslScramAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterSaslScramAuthentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mechanism ⇒ "SHA256", "SHA512"
Returns the value of attribute mechanism.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#mechanism ⇒ "SHA256", "SHA512"
Returns the value of attribute mechanism.
781 782 783 |
# File 'sig/types.rbs', line 781 def mechanism @mechanism end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def secret_arn @secret_arn end |