Class: Aws::Types::SelfManagedKafkaAccessConfigurationCredentials
- Inherits:
-
Object
- Object
- Aws::Types::SelfManagedKafkaAccessConfigurationCredentials
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BasicAuth, ClientCertificateTlsAuth, SaslScram256Auth, SaslScram512Auth, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basic_auth ⇒ ::String
Returns the value of attribute basic_auth.
-
#client_certificate_tls_auth ⇒ ::String
Returns the value of attribute client_certificate_tls_auth.
-
#sasl_scram_256_auth ⇒ ::String
Returns the value of attribute sasl_scram_256_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
#basic_auth ⇒ ::String
Returns the value of attribute basic_auth.
592 593 594 |
# File 'sig/types.rbs', line 592 def basic_auth @basic_auth end |
#client_certificate_tls_auth ⇒ ::String
Returns the value of attribute client_certificate_tls_auth.
595 596 597 |
# File 'sig/types.rbs', line 595 def client_certificate_tls_auth @client_certificate_tls_auth end |
#sasl_scram_256_auth ⇒ ::String
Returns the value of attribute sasl_scram_256_auth.
594 595 596 |
# File 'sig/types.rbs', line 594 def sasl_scram_256_auth @sasl_scram_256_auth end |
#sasl_scram_512_auth ⇒ ::String
Returns the value of attribute sasl_scram_512_auth.
593 594 595 |
# File 'sig/types.rbs', line 593 def sasl_scram_512_auth @sasl_scram_512_auth end |
#unknown ⇒ Object
Returns the value of attribute unknown.
596 597 598 |
# File 'sig/types.rbs', line 596 def unknown @unknown end |