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.
788 789 790 |
# File 'sig/types.rbs', line 788 def mechanism @mechanism end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
789 790 791 |
# File 'sig/types.rbs', line 789 def secret_arn @secret_arn end |