Class: Aws::Types::ClientAuthentication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#saslTypes::Sasl

Returns the value of attribute sasl.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def sasl
  @sasl
end

#tlsTypes::Tls

Returns the value of attribute tls.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def tls
  @tls
end

#unauthenticatedTypes::Unauthenticated

Returns the value of attribute unauthenticated.



119
120
121
# File 'sig/types.rbs', line 119

def unauthenticated
  @unauthenticated
end