Class: Aws::Types::MSKAccessCredentials
- Inherits:
-
Object
- Object
- Aws::Types::MSKAccessCredentials
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ClientCertificateTlsAuth, SaslScram512Auth, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_certificate_tls_auth ⇒ ::String
Returns the value of attribute client_certificate_tls_auth.
-
#sasl_scram_512_auth ⇒ ::String
Returns the value of attribute sasl_scram_512_auth.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#client_certificate_tls_auth ⇒ ::String
Returns the value of attribute client_certificate_tls_auth.
277 278 279 |
# File 'sig/types.rbs', line 277 def client_certificate_tls_auth @client_certificate_tls_auth end |
#sasl_scram_512_auth ⇒ ::String
Returns the value of attribute sasl_scram_512_auth.
276 277 278 |
# File 'sig/types.rbs', line 276 def sasl_scram_512_auth @sasl_scram_512_auth end |
#unknown ⇒ Object
Returns the value of attribute unknown.
278 279 280 |
# File 'sig/types.rbs', line 278 def unknown @unknown end |