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.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthentication
Returns the value of attribute federated_authentication.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthentication
Returns the value of attribute mutual_authentication.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def type @type end |