Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#saslTypes::AwsMskClusterClusterInfoClientAuthenticationSaslDetails

Returns the value of attribute sasl.



3188
3189
3190
# File 'sig/types.rbs', line 3188

def sasl
  @sasl
end

#tlsTypes::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

Returns the value of attribute tls.



3190
3191
3192
# File 'sig/types.rbs', line 3190

def tls
  @tls
end

#unauthenticatedTypes::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Returns the value of attribute unauthenticated.



3189
3190
3191
# File 'sig/types.rbs', line 3189

def unauthenticated
  @unauthenticated
end