Class: Aws::Types::VpcConnectivityClientAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::VpcConnectivityClientAuthentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sasl ⇒ Types::VpcConnectivitySasl
Returns the value of attribute sasl.
-
#tls ⇒ Types::VpcConnectivityTls
Returns the value of attribute tls.
Instance Attribute Details
#sasl ⇒ Types::VpcConnectivitySasl
Returns the value of attribute sasl.
124 125 126 |
# File 'sig/types.rbs', line 124 def sasl @sasl end |
#tls ⇒ Types::VpcConnectivityTls
Returns the value of attribute tls.
125 126 127 |
# File 'sig/types.rbs', line 125 def tls @tls end |