Class: Aws::Types::ClientVpnAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnAuthenticationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory ⇒ Types::DirectoryServiceAuthenticationRequest
Returns the value of attribute active_directory.
-
#federated_authentication ⇒ Types::FederatedAuthenticationRequest
Returns the value of attribute federated_authentication.
-
#mutual_authentication ⇒ Types::CertificateAuthenticationRequest
Returns the value of attribute mutual_authentication.
-
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
Instance Attribute Details
#active_directory ⇒ Types::DirectoryServiceAuthenticationRequest
Returns the value of attribute active_directory.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthenticationRequest
Returns the value of attribute federated_authentication.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthenticationRequest
Returns the value of attribute mutual_authentication.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def type @type end |