Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoClientAuthenticationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sasl ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
Returns the value of attribute sasl.
-
#tls ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
Returns the value of attribute tls.
-
#unauthenticated ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
Returns the value of attribute unauthenticated.
Instance Attribute Details
#sasl ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
Returns the value of attribute sasl.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def sasl @sasl end |
#tls ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
Returns the value of attribute tls.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def tls @tls end |
#unauthenticated ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
Returns the value of attribute unauthenticated.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def unauthenticated @unauthenticated end |