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.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthentication
Returns the value of attribute federated_authentication.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthentication
Returns the value of attribute mutual_authentication.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def type @type end |