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.
131 132 133 |
# File 'sig/types.rbs', line 131 def sasl @sasl end |
#tls ⇒ Types::VpcConnectivityTls
Returns the value of attribute tls.
132 133 134 |
# File 'sig/types.rbs', line 132 def tls @tls end |