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.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def active_directory @active_directory end |
#federated_authentication ⇒ Types::FederatedAuthenticationRequest
Returns the value of attribute federated_authentication.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::CertificateAuthenticationRequest
Returns the value of attribute mutual_authentication.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def mutual_authentication @mutual_authentication end |
#type ⇒ "certificate-authentication", ...
Returns the value of attribute type.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def type @type end |