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.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthenticationRequest
Returns the value of attribute federated_authentication.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthenticationRequest
Returns the value of attribute mutual_authentication.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def type @type end |