Class: Aws::Types::ClientVpnAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnAuthentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory ⇒ Types::DirectoryServiceAuthentication
Returns the value of attribute active_directory.
-
#federated_authentication ⇒ Types::FederatedAuthentication
Returns the value of attribute federated_authentication.
-
#mutual_authentication ⇒ Types::CertificateAuthentication
Returns the value of attribute mutual_authentication.
-
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
Instance Attribute Details
#active_directory ⇒ Types::DirectoryServiceAuthentication
Returns the value of attribute active_directory.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthentication
Returns the value of attribute federated_authentication.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthentication
Returns the value of attribute mutual_authentication.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def type @type end |