Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
Returns the value of attribute iam.
-
#scram ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
Returns the value of attribute scram.
Instance Attribute Details
#iam ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
Returns the value of attribute iam.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def iam @iam end |
#scram ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
Returns the value of attribute scram.
3196 3197 3198 |
# File 'sig/types.rbs', line 3196 def scram @scram end |