Class: Aws::Types::ClientAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::ClientAuthentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sasl ⇒ Types::Sasl
Returns the value of attribute sasl.
-
#tls ⇒ Types::Tls
Returns the value of attribute tls.
-
#unauthenticated ⇒ Types::Unauthenticated
Returns the value of attribute unauthenticated.
Instance Attribute Details
#sasl ⇒ Types::Sasl
Returns the value of attribute sasl.
117 118 119 |
# File 'sig/types.rbs', line 117 def sasl @sasl end |
#tls ⇒ Types::Tls
Returns the value of attribute tls.
118 119 120 |
# File 'sig/types.rbs', line 118 def tls @tls end |
#unauthenticated ⇒ Types::Unauthenticated
Returns the value of attribute unauthenticated.
119 120 121 |
# File 'sig/types.rbs', line 119 def unauthenticated @unauthenticated end |